Class PutReservationParam


  • public class PutReservationParam
    extends Object
    • Constructor Detail

      • PutReservationParam

        public PutReservationParam​(String rid,
                                   String executorId)
        Instantiates a new put reservation.
        Parameters:
        rid - the rid
        executorId - the executor id
      • PutReservationParam

        public PutReservationParam()
    • Method Detail

      • getRid

        public String getRid()
        Gets the rid.
        Returns:
        the rid
      • getExecutorId

        public String getExecutorId()
        Gets the executor id.
        Returns:
        the executor id
      • setSymmKey

        public void setSymmKey​(byte[] symmKey)
        Sets the symm key.
        Parameters:
        symmKey - the new symm key
      • getSymmKey

        public byte[] getSymmKey()
        Gets the symm key.
        Returns:
        the symm key