Class MonitorFields.Website

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIELD_ID
      Identifier of the website field.
      static java.lang.String ID
      Website ID field.
      static java.lang.String URL
      Website URL field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Website()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FIELD_ID

        public static final java.lang.String FIELD_ID
        Identifier of the website field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Website ID field.
        Since:
        10.2.0
        See Also:
        Constant Field Values
      • URL

        public static final java.lang.String URL
        Website URL field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Website

        public Website()