Uses of Class
com.opencloud.slee.resources.cgin.map.MAPResponseTime
-
Packages that use MAPResponseTime Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPResponseTime in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPResponseTime Modifier and Type Method Description MAPResponseTime
MAPResponseTime. clone()
Constructs a copy of this object and everything reachable from it.static MAPResponseTime
MAPResponseTime. copyOf(MAPResponseTime from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPResponseTime
MAPLCS_QoS. getResponseTime()
Gets the value of the field responseTime.MAPResponseTime
MAPResponseTime. setResponseTimeCategory(MAPResponseTimeCategory value)
Sets the value of the field responseTimeCategory.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPResponseTime Modifier and Type Method Description static MAPResponseTime
MAPResponseTime. copyOf(MAPResponseTime from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPLCS_QoS
MAPLCS_QoS. setResponseTime(MAPResponseTime value)
Sets the value of the field responseTime. -
Uses of MAPResponseTime in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPResponseTime Modifier and Type Field Description static PersistCodec<MAPResponseTime,MAPResponseTime,MAPProto.MAP_LCS_DataTypes_ResponseTime>
MAPCodecs. MAP_LCS_DataTypes_ResponseTime
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ResponseTimestatic PersistCodec<MAPResponseTime,MAPResponseTime,MAPProto.MAP_LCS_DataTypes_ResponseTime>
MAPCodecs. MAP_LCS_DataTypes_ResponseTime
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ResponseTime
-