Package com.daml.ledger.javaapi.data
Class IncompleteUnassigned
java.lang.Object
com.daml.ledger.javaapi.data.IncompleteUnassigned
- All Implemented Interfaces:
ContractEntry
-
Constructor Summary
ConstructorsConstructorDescriptionIncompleteUnassigned(@NonNull CreatedEvent createdEvent, @NonNull UnassignedEvent unassignedEvent) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic IncompleteUnassignedfromProto(com.daml.ledger.api.v2.StateServiceOuterClass.IncompleteUnassigned incompleteUnassigned) @NonNull CreatedEventinthashCode()com.daml.ledger.api.v2.StateServiceOuterClass.IncompleteUnassignedtoProto()toString()
-
Constructor Details
-
IncompleteUnassigned
public IncompleteUnassigned(@NonNull CreatedEvent createdEvent, @NonNull UnassignedEvent unassignedEvent)
-
-
Method Details
-
getCreatedEvent
- Specified by:
getCreatedEventin interfaceContractEntry
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
public com.daml.ledger.api.v2.StateServiceOuterClass.IncompleteUnassigned toProto() -
fromProto
public static IncompleteUnassigned fromProto(com.daml.ledger.api.v2.StateServiceOuterClass.IncompleteUnassigned incompleteUnassigned)
-