public class GetLedgerEndResponse
extends java.lang.Object
| Constructor and Description | 
|---|
GetLedgerEndResponse(@NonNull LedgerOffset offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
static GetLedgerEndResponse | 
fromProto(TransactionServiceOuterClass.GetLedgerEndResponse response)  | 
@NonNull LedgerOffset | 
getOffset()  | 
int | 
hashCode()  | 
TransactionServiceOuterClass.GetLedgerEndResponse | 
toProto()  | 
java.lang.String | 
toString()  | 
public GetLedgerEndResponse(@NonNull LedgerOffset offset)
public static GetLedgerEndResponse fromProto(TransactionServiceOuterClass.GetLedgerEndResponse response)
public TransactionServiceOuterClass.GetLedgerEndResponse toProto()
public @NonNull LedgerOffset getOffset()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object