public final class RefundPayment extends com.google.protobuf.GeneratedMessage implements RefundPaymentOrBuilder
RefundPayment
+ +
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundPayment.Builder
Protobuf type
RefundPayment |
static class |
RefundPayment.Data
Protobuf type
RefundPayment.Data |
static interface |
RefundPayment.DataOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FIELD_NUMBER |
static int |
META_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
RefundPayment.Data |
getData()
required .RefundPayment.Data data = 2; |
RefundPayment.DataOrBuilder |
getDataOrBuilder()
required .RefundPayment.Data data = 2; |
static RefundPayment |
getDefaultInstance() |
RefundPayment |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RequestMeta |
getMeta()
required .RequestMeta meta = 1; |
RequestMetaOrBuilder |
getMetaOrBuilder()
required .RequestMeta meta = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasData()
required .RefundPayment.Data data = 2; |
boolean |
hasMeta()
required .RequestMeta meta = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RefundPayment.Builder |
newBuilder() |
static RefundPayment.Builder |
newBuilder(RefundPayment prototype) |
RefundPayment.Builder |
newBuilderForType() |
protected RefundPayment.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RefundPayment |
parseDelimitedFrom(java.io.InputStream input) |
static RefundPayment |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment |
parseFrom(com.google.protobuf.ByteString data) |
static RefundPayment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RefundPayment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RefundPayment.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int META_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static RefundPayment getDefaultInstance()
public RefundPayment 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 hasMeta()
required .RequestMeta meta = 1;hasMeta in interface RefundPaymentOrBuilderpublic RequestMeta getMeta()
required .RequestMeta meta = 1;getMeta in interface RefundPaymentOrBuilderpublic RequestMetaOrBuilder getMetaOrBuilder()
required .RequestMeta meta = 1;getMetaOrBuilder in interface RefundPaymentOrBuilderpublic boolean hasData()
required .RefundPayment.Data data = 2;hasData in interface RefundPaymentOrBuilderpublic RefundPayment.Data getData()
required .RefundPayment.Data data = 2;getData in interface RefundPaymentOrBuilderpublic RefundPayment.DataOrBuilder getDataOrBuilder()
required .RefundPayment.Data data = 2;getDataOrBuilder in interface RefundPaymentOrBuilderpublic 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 RefundPayment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefundPayment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefundPayment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefundPayment parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment.Builder newBuilder()
public RefundPayment.Builder newBuilderForType()
public static RefundPayment.Builder newBuilder(RefundPayment prototype)
public RefundPayment.Builder toBuilder()
protected RefundPayment.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)