Package com.daml.ledger.javaapi.data
Class GetActiveContractsResponse
java.lang.Object
com.daml.ledger.javaapi.data.GetActiveContractsResponse
- All Implemented Interfaces:
WorkflowEvent
-
Constructor Summary
ConstructorsConstructorDescriptionGetActiveContractsResponse
(@NonNull Optional<ContractEntry> contractEntry, String workflowId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static GetActiveContractsResponse
@NonNull String
int
hashCode()
toProto()
toString()
-
Constructor Details
-
GetActiveContractsResponse
public GetActiveContractsResponse(@NonNull Optional<ContractEntry> contractEntry, String workflowId)
-
-
Method Details
-
fromProto
public static GetActiveContractsResponse fromProto(StateServiceOuterClass.GetActiveContractsResponse response) -
toProto
-
getContractEntry
-
getWorkflowId
- Specified by:
getWorkflowId
in interfaceWorkflowEvent
-
toString
-
equals
-
hashCode
public int hashCode()
-