Uses of Class
com.opencloud.slee.resources.cgin.map.MAPReportingState
-
Packages that use MAPReportingState Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPReportingState in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPReportingState Modifier and Type Field Description static MAPReportingState
MAPReportingState. startMonitoring
Reference to value of the constant startMonitoring.static MAPReportingState
MAPReportingState. stopMonitoring
Reference to value of the constant stopMonitoring.Methods in com.opencloud.slee.resources.cgin.map that return MAPReportingState Modifier and Type Method Description static MAPReportingState
MAPReportingState. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPReportingState
MAPSetReportingStateArg. getCcbs_Monitoring()
Gets the value of the field ccbs-Monitoring.static MAPReportingState[]
MAPReportingState. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPReportingState Modifier and Type Method Description MAPSetReportingStateArg
MAPSetReportingStateArg. setCcbs_Monitoring(MAPReportingState value)
Sets the value of the field ccbs-Monitoring.
-