public static final class StartSettlement.Data extends com.google.protobuf.GeneratedMessage implements StartSettlement.DataOrBuilder
StartSettlement.Data| Modifier and Type | Class and Description |
|---|---|
static class |
StartSettlement.Data.Builder
Protobuf type
StartSettlement.Data |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
PAYID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static StartSettlement.Data |
getDefaultInstance() |
StartSettlement.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
java.lang.String |
getPayid()
required string payid = 1; |
com.google.protobuf.ByteString |
getPayidBytes()
required string payid = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasPayid()
required string payid = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StartSettlement.Data.Builder |
newBuilder() |
static StartSettlement.Data.Builder |
newBuilder(StartSettlement.Data prototype) |
StartSettlement.Data.Builder |
newBuilderForType() |
protected StartSettlement.Data.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static StartSettlement.Data |
parseDelimitedFrom(java.io.InputStream input) |
static StartSettlement.Data |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StartSettlement.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StartSettlement.Data |
parseFrom(com.google.protobuf.ByteString data) |
static StartSettlement.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StartSettlement.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StartSettlement.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StartSettlement.Data |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StartSettlement.Data.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int PAYID_FIELD_NUMBER
public static StartSettlement.Data getDefaultInstance()
public StartSettlement.Data getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasPayid()
required string payid = 1;hasPayid in interface StartSettlement.DataOrBuilderpublic java.lang.String getPayid()
required string payid = 1;getPayid in interface StartSettlement.DataOrBuilderpublic com.google.protobuf.ByteString getPayidBytes()
required string payid = 1;getPayidBytes in interface StartSettlement.DataOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static StartSettlement.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StartSettlement.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StartSettlement.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StartSettlement.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StartSettlement.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StartSettlement.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StartSettlement.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StartSettlement.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StartSettlement.Data.Builder newBuilder()
public StartSettlement.Data.Builder newBuilderForType()
public static StartSettlement.Data.Builder newBuilder(StartSettlement.Data prototype)
public StartSettlement.Data.Builder toBuilder()
protected StartSettlement.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)