Class UpdateFeedbackFlagParam


  • public class UpdateFeedbackFlagParam
    extends Object

    Java class for updateFeedbackFlagParam complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="updateFeedbackFlagParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="allowFeedback" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • allowFeedback

        protected boolean allowFeedback
      • symmKey

        protected byte[] symmKey
    • Constructor Detail

      • UpdateFeedbackFlagParam

        public UpdateFeedbackFlagParam()
    • Method Detail

      • getRid

        public String getRid()
        Gets the value of the rid property.
        Returns:
        possible object is String
      • setRid

        public void setRid​(String value)
        Sets the value of the rid property.
        Parameters:
        value - allowed object is String
      • isAllowFeedback

        public boolean isAllowFeedback()
        Gets the value of the allowFeedback property.
      • setAllowFeedback

        public void setAllowFeedback​(boolean value)
        Sets the value of the allowFeedback property.
      • getSymmKey

        public byte[] getSymmKey()
        Gets the value of the symmKey property.
        Returns:
        possible object is byte[]
      • setSymmKey

        public void setSymmKey​(byte[] value)
        Sets the value of the symmKey property.
        Parameters:
        value - allowed object is byte[]