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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and 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.ResponseTime
|
static PersistCodec<MAPResponseTime,MAPResponseTime,MAPProto.MAP_LCS_DataTypes_ResponseTime> |
MAPCodecs.MAP_LCS_DataTypes_ResponseTime
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ResponseTime
|