Class KeyVerificationCancelContent

  • All Implemented Interfaces:
    EventContent

    public class KeyVerificationCancelContent
    extends Object
    implements EventContent
    Cancels a key verification process/request. Typically sent as a to-device event.
    • Field Detail

      • transactionId

        private String transactionId
        Required. The opaque identifier for the verification process/request.
      • reason

        private String reason
        Required. A human readable description of the code. The client should only rely on this string if it does not understand the code.
      • code

        private String code
        Required. The error code for why the process/request was cancelled by the user. Error codes should use the Java package naming convention.
    • Constructor Detail

      • KeyVerificationCancelContent

        public KeyVerificationCancelContent()
    • Method Detail

      • getTransactionId

        public String getTransactionId()
      • setTransactionId

        public void setTransactionId​(String transactionId)
      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)