Class UpdateKeyPageArg

java.lang.Object
com.sdk.accumulate.model.UpdateKeyPageArg

public class UpdateKeyPageArg extends Object
  • Constructor Details

    • UpdateKeyPageArg

      public UpdateKeyPageArg()
  • Method Details

    • getOperation

      public KeyPageOperation getOperation()
    • setOperation

      public void setOperation(KeyPageOperation operation)
    • getKey

      public byte[] getKey()
    • setKey

      public void setKey(byte[] key)
    • getNewKey

      public byte[] getNewKey()
    • setNewKey

      public void setNewKey(byte[] newKey)
    • getOwner

      public String getOwner()
    • setOwner

      public void setOwner(String owner)
    • getThreshold

      public int getThreshold()
    • setThreshold

      public void setThreshold(int threshold)