Package lumis.portal.monitor
Class MonitorFields.ServiceInterfaceInstance
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.ServiceInterfaceInstance
-
- Enclosing class:
- MonitorFields
@StableMinor(version="15.0", sinceVersion="9.0") public static final class MonitorFields.ServiceInterfaceInstance extends java.lang.Object
The service interface instance related fields.- Since:
- 9.0.0
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FIELD_ID
Identifier of the service interface instance field.static java.lang.String
ID
Service interface instance identifier field.static java.lang.String
NAME
Service interface instance name field.static java.lang.String
STYLE_FILE
Service interface instance style file field.
-
Constructor Summary
Constructors Constructor Description ServiceInterfaceInstance()
-
-
-
Field Detail
-
FIELD_ID
public static final java.lang.String FIELD_ID
Identifier of the service interface instance field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
Service interface instance identifier field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Service interface instance name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
STYLE_FILE
public static final java.lang.String STYLE_FILE
Service interface instance style file field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
-