Package com.daml.ledger.javaapi.data
Class GetUpdateResponse
java.lang.Object
com.daml.ledger.javaapi.data.GetUpdateResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetUpdateResponse(@NonNull Reassignment reassignment) GetUpdateResponse(@NonNull TopologyTransaction topologyTransaction) GetUpdateResponse(@NonNull Transaction transaction) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetUpdateResponsefromProto(com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdateResponse response) @NonNull Optional<Reassignment>@NonNull Optional<TopologyTransaction>@NonNull Optional<Transaction>inthashCode()com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdateResponsetoProto()toString()
-
Constructor Details
-
GetUpdateResponse
-
GetUpdateResponse
-
GetUpdateResponse
-
-
Method Details
-
getTransaction
-
getReassignment
-
getTopologyTransaction
-
fromProto
public static GetUpdateResponse fromProto(com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdateResponse response) -
toProto
public com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdateResponse toProto() -
toString
-
equals
-
hashCode
public int hashCode()
-