Class GetEventsByContractIdRequest

java.lang.Object
com.daml.ledger.javaapi.data.GetEventsByContractIdRequest

public final class GetEventsByContractIdRequest extends Object
  • Constructor Details

    • GetEventsByContractIdRequest

      public GetEventsByContractIdRequest(@NonNull String contractId, @NonNull EventFormat eventFormat)
  • Method Details

    • fromProto

      public static GetEventsByContractIdRequest fromProto(com.daml.ledger.api.v2.EventQueryServiceOuterClass.GetEventsByContractIdRequest getEventsByContractIdRequest)
    • toProto

      public com.daml.ledger.api.v2.EventQueryServiceOuterClass.GetEventsByContractIdRequest toProto()
    • getContractId

      public String getContractId()
    • getEventFormat

      public EventFormat getEventFormat()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object