public interface DemandTransferStatusAdviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getCancelled()
transfer cancelled.
|
com.google.protobuf.BoolValueOrBuilder |
getCancelledOrBuilder()
transfer cancelled.
|
com.google.protobuf.StringValue |
getRequestId()
Correlation request identifier
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
Correlation request identifier
|
com.google.protobuf.StringValue |
getTransactionId()
transaction id
|
com.google.protobuf.StringValueOrBuilder |
getTransactionIdOrBuilder()
transaction id
|
com.google.protobuf.BoolValue |
getUnmatched()
transfer currently unmatched
|
com.google.protobuf.BoolValueOrBuilder |
getUnmatchedOrBuilder()
transfer currently unmatched
|
boolean |
hasCancelled()
transfer cancelled.
|
boolean |
hasRequestId()
Correlation request identifier
|
boolean |
hasTransactionId()
transaction id
|
boolean |
hasUnmatched()
transfer currently unmatched
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
Correlation request identifier
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
Correlation request identifier
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
Correlation request identifier
.google.protobuf.StringValue request_id = 1;boolean hasTransactionId()
transaction id
.google.protobuf.StringValue transaction_id = 2;com.google.protobuf.StringValue getTransactionId()
transaction id
.google.protobuf.StringValue transaction_id = 2;com.google.protobuf.StringValueOrBuilder getTransactionIdOrBuilder()
transaction id
.google.protobuf.StringValue transaction_id = 2;boolean hasUnmatched()
transfer currently unmatched
.google.protobuf.BoolValue unmatched = 3;com.google.protobuf.BoolValue getUnmatched()
transfer currently unmatched
.google.protobuf.BoolValue unmatched = 3;com.google.protobuf.BoolValueOrBuilder getUnmatchedOrBuilder()
transfer currently unmatched
.google.protobuf.BoolValue unmatched = 3;boolean hasCancelled()
transfer cancelled.
.google.protobuf.BoolValue cancelled = 4;com.google.protobuf.BoolValue getCancelled()
transfer cancelled.
.google.protobuf.BoolValue cancelled = 4;com.google.protobuf.BoolValueOrBuilder getCancelledOrBuilder()
transfer cancelled.
.google.protobuf.BoolValue cancelled = 4;Copyright © 2020. All rights reserved.