Class CardControlResponse

    • Constructor Detail

      • CardControlResponse

        protected CardControlResponse​(ControlType controlType)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getDescription

        public java.lang.String getDescription()
      • getTargetId

        public java.lang.String getTargetId()
      • getCreatedDate

        public java.time.Instant getCreatedDate()
      • getLastModifiedDate

        public java.time.Instant getLastModifiedDate()
      • setId

        public void setId​(java.lang.String id)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setTargetId

        public void setTargetId​(java.lang.String targetId)
      • setCreatedDate

        public void setCreatedDate​(java.time.Instant createdDate)
      • setLastModifiedDate

        public void setLastModifiedDate​(java.time.Instant lastModifiedDate)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class HttpMetadata
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
        Overrides:
        canEqual in class HttpMetadata