Package com.daml.ledger.javaapi.data
Class GetEventsByContractIdResponse
java.lang.Object
com.daml.ledger.javaapi.data.GetEventsByContractIdResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
ConstructorsConstructorDescriptionGetEventsByContractIdResponse
(@NonNull Optional<GetEventsByContractIdResponse.Created> created, @NonNull Optional<GetEventsByContractIdResponse.Archived> archived) -
Method Summary
-
Constructor Details
-
GetEventsByContractIdResponse
public GetEventsByContractIdResponse(@NonNull Optional<GetEventsByContractIdResponse.Created> created, @NonNull Optional<GetEventsByContractIdResponse.Archived> archived)
-
-
Method Details
-
getCreated
-
getArchived
-
fromProto
public static GetEventsByContractIdResponse fromProto(EventQueryServiceOuterClass.GetEventsByContractIdResponse response) -
toProto
-
toString
-
equals
-
hashCode
public int hashCode()
-