Class ListFeedbacksParam


  • public class ListFeedbacksParam
    extends Object

    Java class for listFeedbacksParam complex type.

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

     <complexType name="listFeedbacksParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="readFlag" 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

      • readFlag

        protected boolean readFlag
      • symmKey

        protected byte[] symmKey
    • Constructor Detail

      • ListFeedbacksParam

        public ListFeedbacksParam()
    • Method Detail

      • isReadFlag

        public boolean isReadFlag()
        Gets the value of the readFlag property.
      • setReadFlag

        public void setReadFlag​(boolean value)
        Sets the value of the readFlag 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[]