Class TransferInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.TransferInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, TransferInfoOrBuilder

public final class TransferInfo extends com.google.protobuf.GeneratedMessageV3 implements TransferInfoOrBuilder
Protobuf type yamcs.protobuf.filetransfer.TransferInfo
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type yamcs.protobuf.filetransfer.TransferInfo

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final com.google.protobuf.Parser<TransferInfo>
    Deprecated.
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    optional string bucket = 4;
    com.google.protobuf.ByteString
    optional string bucket = 4;
    com.google.protobuf.Timestamp
    when the transfer has been created.
    com.google.protobuf.TimestampOrBuilder
    when the transfer has been created.
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
    in case the transcation is failed, this provides more information
    com.google.protobuf.ByteString
    in case the transcation is failed, this provides more information
    long
    unique identifier assigned by the file transfer service
    Local entity, may be empty if there is only one such entity.
    Local entity, may be empty if there is only one such entity.
    optional string objectName = 5;
    com.google.protobuf.ByteString
    optional string objectName = 5;
    com.google.protobuf.Parser<TransferInfo>
     
    boolean
    reliable = true -> class 2 transfer reliable = false -> class 1 transfer
    Remote entity, may be empty if there is only one such entity.
    Remote entity, may be empty if there is only one such entity.
    optional string remotePath = 6;
    com.google.protobuf.ByteString
    optional string remotePath = 6;
    int
     
    long
    optional uint64 sizeTransferred = 9;
    com.google.protobuf.Timestamp
    when the transfer has started.
    com.google.protobuf.TimestampOrBuilder
    when the transfer has started.
    optional .yamcs.protobuf.filetransfer.TransferState state = 3;
    long
    optional uint64 totalSize = 8;
    valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
    valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
    depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
    com.google.protobuf.ByteString
    depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
    final com.google.protobuf.UnknownFieldSet
     
    boolean
    optional string bucket = 4;
    boolean
    when the transfer has been created.
    boolean
    optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
    boolean
    in case the transcation is failed, this provides more information
    int
     
    boolean
    unique identifier assigned by the file transfer service
    boolean
    Local entity, may be empty if there is only one such entity.
    boolean
    optional string objectName = 5;
    boolean
    reliable = true -> class 2 transfer reliable = false -> class 1 transfer
    boolean
    Remote entity, may be empty if there is only one such entity.
    boolean
    optional string remotePath = 6;
    boolean
    optional uint64 sizeTransferred = 9;
    boolean
    when the transfer has started.
    boolean
    optional .yamcs.protobuf.filetransfer.TransferState state = 3;
    boolean
    optional uint64 totalSize = 8;
    boolean
    valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
    boolean
    depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
     
     
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<TransferInfo>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasId

      public boolean hasId()
      unique identifier assigned by the file transfer service
       
      optional uint64 id = 1;
      Specified by:
      hasId in interface TransferInfoOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public long getId()
      unique identifier assigned by the file transfer service
       
      optional uint64 id = 1;
      Specified by:
      getId in interface TransferInfoOrBuilder
      Returns:
      The id.
    • hasStartTime

      public boolean hasStartTime()
      when the transfer has started. Note that this will not be set for QUEUED transfers.
       
      optional .google.protobuf.Timestamp startTime = 2;
      Specified by:
      hasStartTime in interface TransferInfoOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.protobuf.Timestamp getStartTime()
      when the transfer has started. Note that this will not be set for QUEUED transfers.
       
      optional .google.protobuf.Timestamp startTime = 2;
      Specified by:
      getStartTime in interface TransferInfoOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      when the transfer has started. Note that this will not be set for QUEUED transfers.
       
      optional .google.protobuf.Timestamp startTime = 2;
      Specified by:
      getStartTimeOrBuilder in interface TransferInfoOrBuilder
    • hasState

      public boolean hasState()
      optional .yamcs.protobuf.filetransfer.TransferState state = 3;
      Specified by:
      hasState in interface TransferInfoOrBuilder
      Returns:
      Whether the state field is set.
    • getState

      public TransferState getState()
      optional .yamcs.protobuf.filetransfer.TransferState state = 3;
      Specified by:
      getState in interface TransferInfoOrBuilder
      Returns:
      The state.
    • hasBucket

      public boolean hasBucket()
      optional string bucket = 4;
      Specified by:
      hasBucket in interface TransferInfoOrBuilder
      Returns:
      Whether the bucket field is set.
    • getBucket

      public String getBucket()
      optional string bucket = 4;
      Specified by:
      getBucket in interface TransferInfoOrBuilder
      Returns:
      The bucket.
    • getBucketBytes

      public com.google.protobuf.ByteString getBucketBytes()
      optional string bucket = 4;
      Specified by:
      getBucketBytes in interface TransferInfoOrBuilder
      Returns:
      The bytes for bucket.
    • hasObjectName

      public boolean hasObjectName()
      optional string objectName = 5;
      Specified by:
      hasObjectName in interface TransferInfoOrBuilder
      Returns:
      Whether the objectName field is set.
    • getObjectName

      public String getObjectName()
      optional string objectName = 5;
      Specified by:
      getObjectName in interface TransferInfoOrBuilder
      Returns:
      The objectName.
    • getObjectNameBytes

      public com.google.protobuf.ByteString getObjectNameBytes()
      optional string objectName = 5;
      Specified by:
      getObjectNameBytes in interface TransferInfoOrBuilder
      Returns:
      The bytes for objectName.
    • hasRemotePath

      public boolean hasRemotePath()
      optional string remotePath = 6;
      Specified by:
      hasRemotePath in interface TransferInfoOrBuilder
      Returns:
      Whether the remotePath field is set.
    • getRemotePath

      public String getRemotePath()
      optional string remotePath = 6;
      Specified by:
      getRemotePath in interface TransferInfoOrBuilder
      Returns:
      The remotePath.
    • getRemotePathBytes

      public com.google.protobuf.ByteString getRemotePathBytes()
      optional string remotePath = 6;
      Specified by:
      getRemotePathBytes in interface TransferInfoOrBuilder
      Returns:
      The bytes for remotePath.
    • hasDirection

      public boolean hasDirection()
      optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
      Specified by:
      hasDirection in interface TransferInfoOrBuilder
      Returns:
      Whether the direction field is set.
    • getDirection

      public TransferDirection getDirection()
      optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
      Specified by:
      getDirection in interface TransferInfoOrBuilder
      Returns:
      The direction.
    • hasTotalSize

      public boolean hasTotalSize()
      optional uint64 totalSize = 8;
      Specified by:
      hasTotalSize in interface TransferInfoOrBuilder
      Returns:
      Whether the totalSize field is set.
    • getTotalSize

      public long getTotalSize()
      optional uint64 totalSize = 8;
      Specified by:
      getTotalSize in interface TransferInfoOrBuilder
      Returns:
      The totalSize.
    • hasSizeTransferred

      public boolean hasSizeTransferred()
      optional uint64 sizeTransferred = 9;
      Specified by:
      hasSizeTransferred in interface TransferInfoOrBuilder
      Returns:
      Whether the sizeTransferred field is set.
    • getSizeTransferred

      public long getSizeTransferred()
      optional uint64 sizeTransferred = 9;
      Specified by:
      getSizeTransferred in interface TransferInfoOrBuilder
      Returns:
      The sizeTransferred.
    • hasReliable

      public boolean hasReliable()
      reliable = true -> class 2 transfer
      reliable = false -> class 1 transfer
       
      optional bool reliable = 10;
      Specified by:
      hasReliable in interface TransferInfoOrBuilder
      Returns:
      Whether the reliable field is set.
    • getReliable

      public boolean getReliable()
      reliable = true -> class 2 transfer
      reliable = false -> class 1 transfer
       
      optional bool reliable = 10;
      Specified by:
      getReliable in interface TransferInfoOrBuilder
      Returns:
      The reliable.
    • hasFailureReason

      public boolean hasFailureReason()
      in case the transcation is failed, this provides more information
       
      optional string failureReason = 11;
      Specified by:
      hasFailureReason in interface TransferInfoOrBuilder
      Returns:
      Whether the failureReason field is set.
    • getFailureReason

      public String getFailureReason()
      in case the transcation is failed, this provides more information
       
      optional string failureReason = 11;
      Specified by:
      getFailureReason in interface TransferInfoOrBuilder
      Returns:
      The failureReason.
    • getFailureReasonBytes

      public com.google.protobuf.ByteString getFailureReasonBytes()
      in case the transcation is failed, this provides more information
       
      optional string failureReason = 11;
      Specified by:
      getFailureReasonBytes in interface TransferInfoOrBuilder
      Returns:
      The bytes for failureReason.
    • hasTransactionId

      public boolean hasTransactionId()
       valid for CFDP: transaction id;
       for the incoming transfers it is assigned by the remote peer so therefore might not be unique
       
      optional .yamcs.protobuf.filetransfer.TransactionId transactionId = 12;
      Specified by:
      hasTransactionId in interface TransferInfoOrBuilder
      Returns:
      Whether the transactionId field is set.
    • getTransactionId

      public TransactionId getTransactionId()
       valid for CFDP: transaction id;
       for the incoming transfers it is assigned by the remote peer so therefore might not be unique
       
      optional .yamcs.protobuf.filetransfer.TransactionId transactionId = 12;
      Specified by:
      getTransactionId in interface TransferInfoOrBuilder
      Returns:
      The transactionId.
    • getTransactionIdOrBuilder

      public TransactionIdOrBuilder getTransactionIdOrBuilder()
       valid for CFDP: transaction id;
       for the incoming transfers it is assigned by the remote peer so therefore might not be unique
       
      optional .yamcs.protobuf.filetransfer.TransactionId transactionId = 12;
      Specified by:
      getTransactionIdOrBuilder in interface TransferInfoOrBuilder
    • hasCreationTime

      public boolean hasCreationTime()
       when the transfer has been created. 
       
      optional .google.protobuf.Timestamp creationTime = 13;
      Specified by:
      hasCreationTime in interface TransferInfoOrBuilder
      Returns:
      Whether the creationTime field is set.
    • getCreationTime

      public com.google.protobuf.Timestamp getCreationTime()
       when the transfer has been created. 
       
      optional .google.protobuf.Timestamp creationTime = 13;
      Specified by:
      getCreationTime in interface TransferInfoOrBuilder
      Returns:
      The creationTime.
    • getCreationTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
       when the transfer has been created. 
       
      optional .google.protobuf.Timestamp creationTime = 13;
      Specified by:
      getCreationTimeOrBuilder in interface TransferInfoOrBuilder
    • hasTransferType

      public boolean hasTransferType()
       depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
       
      optional string transferType = 14;
      Specified by:
      hasTransferType in interface TransferInfoOrBuilder
      Returns:
      Whether the transferType field is set.
    • getTransferType

      public String getTransferType()
       depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
       
      optional string transferType = 14;
      Specified by:
      getTransferType in interface TransferInfoOrBuilder
      Returns:
      The transferType.
    • getTransferTypeBytes

      public com.google.protobuf.ByteString getTransferTypeBytes()
       depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
       
      optional string transferType = 14;
      Specified by:
      getTransferTypeBytes in interface TransferInfoOrBuilder
      Returns:
      The bytes for transferType.
    • hasLocalEntity

      public boolean hasLocalEntity()
       Local entity, may be empty if there is only one such entity.
       
      optional .yamcs.protobuf.filetransfer.EntityInfo localEntity = 15;
      Specified by:
      hasLocalEntity in interface TransferInfoOrBuilder
      Returns:
      Whether the localEntity field is set.
    • getLocalEntity

      public EntityInfo getLocalEntity()
       Local entity, may be empty if there is only one such entity.
       
      optional .yamcs.protobuf.filetransfer.EntityInfo localEntity = 15;
      Specified by:
      getLocalEntity in interface TransferInfoOrBuilder
      Returns:
      The localEntity.
    • getLocalEntityOrBuilder

      public EntityInfoOrBuilder getLocalEntityOrBuilder()
       Local entity, may be empty if there is only one such entity.
       
      optional .yamcs.protobuf.filetransfer.EntityInfo localEntity = 15;
      Specified by:
      getLocalEntityOrBuilder in interface TransferInfoOrBuilder
    • hasRemoteEntity

      public boolean hasRemoteEntity()
       Remote entity, may be empty if there is only one such entity.
       
      optional .yamcs.protobuf.filetransfer.EntityInfo remoteEntity = 16;
      Specified by:
      hasRemoteEntity in interface TransferInfoOrBuilder
      Returns:
      Whether the remoteEntity field is set.
    • getRemoteEntity

      public EntityInfo getRemoteEntity()
       Remote entity, may be empty if there is only one such entity.
       
      optional .yamcs.protobuf.filetransfer.EntityInfo remoteEntity = 16;
      Specified by:
      getRemoteEntity in interface TransferInfoOrBuilder
      Returns:
      The remoteEntity.
    • getRemoteEntityOrBuilder

      public EntityInfoOrBuilder getRemoteEntityOrBuilder()
       Remote entity, may be empty if there is only one such entity.
       
      optional .yamcs.protobuf.filetransfer.EntityInfo remoteEntity = 16;
      Specified by:
      getRemoteEntityOrBuilder in interface TransferInfoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static TransferInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransferInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransferInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransferInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransferInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransferInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransferInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransferInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TransferInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TransferInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransferInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransferInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public TransferInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static TransferInfo.Builder newBuilder()
    • newBuilder

      public static TransferInfo.Builder newBuilder(TransferInfo prototype)
    • toBuilder

      public TransferInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected TransferInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static TransferInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TransferInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<TransferInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public TransferInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder