public final class AuthorizePayment extends com.google.protobuf.GeneratedMessage implements AuthorizePaymentOrBuilder
AuthorizePayment
+ +
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizePayment.Builder
Protobuf type
AuthorizePayment |
static class |
AuthorizePayment.Data
Protobuf type
AuthorizePayment.Data |
static interface |
AuthorizePayment.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 |
|---|---|
AuthorizePayment.Data |
getData()
required .AuthorizePayment.Data data = 2; |
AuthorizePayment.DataOrBuilder |
getDataOrBuilder()
required .AuthorizePayment.Data data = 2; |
static AuthorizePayment |
getDefaultInstance() |
AuthorizePayment |
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 .AuthorizePayment.Data data = 2; |
boolean |
hasMeta()
required .RequestMeta meta = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AuthorizePayment.Builder |
newBuilder() |
static AuthorizePayment.Builder |
newBuilder(AuthorizePayment prototype) |
AuthorizePayment.Builder |
newBuilderForType() |
protected AuthorizePayment.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AuthorizePayment |
parseDelimitedFrom(java.io.InputStream input) |
static AuthorizePayment |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthorizePayment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthorizePayment |
parseFrom(com.google.protobuf.ByteString data) |
static AuthorizePayment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthorizePayment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthorizePayment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthorizePayment |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthorizePayment.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 AuthorizePayment getDefaultInstance()
public AuthorizePayment 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 AuthorizePaymentOrBuilderpublic RequestMeta getMeta()
required .RequestMeta meta = 1;getMeta in interface AuthorizePaymentOrBuilderpublic RequestMetaOrBuilder getMetaOrBuilder()
required .RequestMeta meta = 1;getMetaOrBuilder in interface AuthorizePaymentOrBuilderpublic boolean hasData()
required .AuthorizePayment.Data data = 2;hasData in interface AuthorizePaymentOrBuilderpublic AuthorizePayment.Data getData()
required .AuthorizePayment.Data data = 2;getData in interface AuthorizePaymentOrBuilderpublic AuthorizePayment.DataOrBuilder getDataOrBuilder()
required .AuthorizePayment.Data data = 2;getDataOrBuilder in interface AuthorizePaymentOrBuilderpublic 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 AuthorizePayment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthorizePayment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthorizePayment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthorizePayment parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthorizePayment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AuthorizePayment parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthorizePayment parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AuthorizePayment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthorizePayment.Builder newBuilder()
public AuthorizePayment.Builder newBuilderForType()
public static AuthorizePayment.Builder newBuilder(AuthorizePayment prototype)
public AuthorizePayment.Builder toBuilder()
protected AuthorizePayment.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)