Class VerifyChannelDataOptions


  • public class VerifyChannelDataOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VerifyChannelDataOptions​(java.lang.String channelName, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannelName()  
      java.lang.String getValue()  
      void setChannelName​(java.lang.String channelName)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerifyChannelDataOptions

        public VerifyChannelDataOptions​(java.lang.String channelName,
                                        java.lang.String value)
    • Method Detail

      • getChannelName

        public java.lang.String getChannelName()
      • setChannelName

        public void setChannelName​(java.lang.String channelName)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)