Class SignatureList.Builder

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
  • Method Details

    • getSigsList

      public List<Signature> getSigsList()
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
      Specified by:
      getSigsList in interface SignatureListOrBuilder
    • getSigsCount

      public int getSigsCount()
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
      Specified by:
      getSigsCount in interface SignatureListOrBuilder
    • getSigs

      public Signature getSigs(int index)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
      Specified by:
      getSigs in interface SignatureListOrBuilder
    • setSigs

      public SignatureList.Builder setSigs(int index, Signature value)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • setSigs

      public SignatureList.Builder setSigs(int index, Signature.Builder builderForValue)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • addSigs

      public SignatureList.Builder addSigs(Signature value)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • addSigs

      public SignatureList.Builder addSigs(int index, Signature value)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • addSigs

      public SignatureList.Builder addSigs(Signature.Builder builderForValue)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • addSigs

      public SignatureList.Builder addSigs(int index, Signature.Builder builderForValue)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • addAllSigs

      public SignatureList.Builder addAllSigs(Iterable<? extends Signature> values)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • clearSigs

      public SignatureList.Builder clearSigs()
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;
    • removeSigs

      public SignatureList.Builder removeSigs(int index)
       *
       Each signature corresponds to a Key in the KeyList.
       
      repeated .proto.Signature sigs = 2;