Package com.daml.ledger.api.v1
Interface TransactionServiceOuterClass.GetTransactionResponseOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 TransactionServiceOuterClass.GetTransactionResponse,TransactionServiceOuterClass.GetTransactionResponse.Builder
- Enclosing class:
 - TransactionServiceOuterClass
 
public static interface TransactionServiceOuterClass.GetTransactionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionOuterClass.TransactionTreegetTransaction().com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];TransactionOuterClass.TransactionTreeOrBuildergetTransactionOrBuilder().com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];booleanhasTransaction().com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasTransaction
boolean hasTransaction()
.com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];- Returns:
 - Whether the transaction field is set.
 
 
- 
getTransaction
TransactionOuterClass.TransactionTree getTransaction()
.com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];- Returns:
 - The transaction.
 
 
- 
getTransactionOrBuilder
TransactionOuterClass.TransactionTreeOrBuilder getTransactionOrBuilder()
.com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"]; 
 - 
 
 -