java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<SignatureList,SignatureList.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<SignatureList,SignatureList.Builder>
com.hedera.hashgraph.sdk.proto.SignatureList.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SignatureListOrBuilder,Cloneable
- Enclosing class:
SignatureList
public static final class SignatureList.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<SignatureList,SignatureList.Builder>
implements SignatureListOrBuilder
* This message is deprecated and MUST NOT be used to communicate with network nodes. It is retained here only for historical reasons. Client software MUST NOT include this message in any request. <br/> Compliant nodes SHALL NOT accept any request containing this message. Please use the `SignaturePair` and `SignatureMap` messages instead of this message.Protobuf type
proto.SignatureList-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllSigs(Iterable<? extends Signature> values) * Each signature corresponds to a Key in the KeyList.* Each signature corresponds to a Key in the KeyList.addSigs(int index, Signature.Builder builderForValue) * Each signature corresponds to a Key in the KeyList.* Each signature corresponds to a Key in the KeyList.addSigs(Signature.Builder builderForValue) * Each signature corresponds to a Key in the KeyList.* Each signature corresponds to a Key in the KeyList.getSigs(int index) * Each signature corresponds to a Key in the KeyList.int* Each signature corresponds to a Key in the KeyList.* Each signature corresponds to a Key in the KeyList.removeSigs(int index) * Each signature corresponds to a Key in the KeyList.* Each signature corresponds to a Key in the KeyList.setSigs(int index, Signature.Builder builderForValue) * Each signature corresponds to a Key in the KeyList.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSigsList
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2;- Specified by:
getSigsListin interfaceSignatureListOrBuilder
-
getSigsCount
public int getSigsCount()* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2;- Specified by:
getSigsCountin interfaceSignatureListOrBuilder
-
getSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2;- Specified by:
getSigsin interfaceSignatureListOrBuilder
-
setSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
setSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
addSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
addSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
addSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
addSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
addAllSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
clearSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
removeSigs
* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2;
-