public class PendingUpdateV2<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PendingUpdateV2.PendingUpdateV2Builder<T> |
Modifier and Type | Method and Description |
---|---|
static <T> PendingUpdateV2.PendingUpdateV2Builder<T> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
UInt64 |
getEffectiveTime()
The effective time of the update.
|
PendingUpdateType |
getType()
Type (
PendingUpdateType ) of the Update |
T |
getUpdate()
The effect of the update.
|
int |
hashCode() |
String |
toString() |
public static <T> PendingUpdateV2.PendingUpdateV2Builder<T> builder()
protected boolean canEqual(Object other)
public UInt64 getEffectiveTime()
public PendingUpdateType getType()
PendingUpdateType
) of the Updatepublic T getUpdate()
Copyright © 2025. All rights reserved.