Class RuleParameterData

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleParameterData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.lang.String getUuid()  
      <T> T getValue()  
      void setType​(java.lang.String type)  
      void setUuid​(java.lang.String uuid)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • RuleParameterData

        public RuleParameterData()
    • Method Detail

      • setUuid

        public void setUuid​(java.lang.String uuid)
      • getUuid

        public java.lang.String getUuid()
      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()
      • setValue

        public void setValue​(java.lang.Object value)
      • getValue

        public <T> T getValue()