Package com.daml.ledger.javaapi.data
Class GetUpdatesRequest
java.lang.Object
com.daml.ledger.javaapi.data.GetUpdatesRequest
-
Constructor Summary
ConstructorsConstructorDescriptionGetUpdatesRequest(@NonNull Long beginExclusive, @NonNull Optional<Long> endInclusive, @NonNull UpdateFormat updateFormat) -
Method Summary
-
Constructor Details
-
GetUpdatesRequest
public GetUpdatesRequest(@NonNull Long beginExclusive, @NonNull Optional<Long> endInclusive, @NonNull UpdateFormat updateFormat)
-
-
Method Details
-
fromProto
public static GetUpdatesRequest fromProto(com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdatesRequest request) -
toProto
public com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdatesRequest toProto() -
getBeginExclusive
-
getEndInclusive
-
equals
-
hashCode
public int hashCode() -
toString
-