Package com.sdk.accumulate.model
Class UpdateKeyPageArg
java.lang.Object
com.sdk.accumulate.model.UpdateKeyPageArg
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getKey()
byte[]
getOwner()
int
void
setKey
(byte[] key) void
setNewKey
(byte[] newKey) void
setOperation
(KeyPageOperation operation) void
void
setThreshold
(int threshold)
-
Constructor Details
-
UpdateKeyPageArg
public UpdateKeyPageArg()
-
-
Method Details
-
getOperation
-
setOperation
-
getKey
public byte[] getKey() -
setKey
public void setKey(byte[] key) -
getNewKey
public byte[] getNewKey() -
setNewKey
public void setNewKey(byte[] newKey) -
getOwner
-
setOwner
-
getThreshold
public int getThreshold() -
setThreshold
public void setThreshold(int threshold)
-