Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLCS_QoS
-
Packages that use MAPLCS_QoS 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 MAPLCS_QoS in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLCS_QoS Modifier and Type Method Description MAPLCS_QoS
MAPLCS_QoS. clone()
Constructs a copy of this object and everything reachable from it.static MAPLCS_QoS
MAPLCS_QoS. copyOf(MAPLCS_QoS 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
MAPProvideSubscriberLocation_Arg. getLcs_QoS()
Gets the value of the field lcs-QoS.MAPLCS_QoS
MAPLCS_QoS. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPLCS_QoS
MAPLCS_QoS. setHorizontal_accuracy(byte[] value)
Sets the value of the field horizontal-accuracy.MAPLCS_QoS
MAPLCS_QoS. setResponseTime(MAPResponseTime value)
Sets the value of the field responseTime.MAPLCS_QoS
MAPLCS_QoS. setVelocityRequestPresent(boolean flag)
Sets the presence or absence of the optional field velocityRequest.MAPLCS_QoS
MAPLCS_QoS. setVertical_accuracy(byte[] value)
Sets the value of the field vertical-accuracy.MAPLCS_QoS
MAPLCS_QoS. setVerticalCoordinateRequestPresent(boolean flag)
Sets the presence or absence of the optional field verticalCoordinateRequest.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLCS_QoS Modifier and Type Method Description static MAPLCS_QoS
MAPLCS_QoS. copyOf(MAPLCS_QoS 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.MAPProvideSubscriberLocation_Arg
MAPProvideSubscriberLocation_Arg. setLcs_QoS(MAPLCS_QoS value)
Sets the value of the field lcs-QoS. -
Uses of MAPLCS_QoS in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLCS_QoS Modifier and Type Field Description static PersistCodec<MAPLCS_QoS,MAPLCS_QoS,MAPProto.MAP_LCS_DataTypes_LCS_QoS>
MAPCodecs. MAP_LCS_DataTypes_LCS_QoS
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCS-QoSstatic PersistCodec<MAPLCS_QoS,MAPLCS_QoS,MAPProto.MAP_LCS_DataTypes_LCS_QoS>
MAPCodecs. MAP_LCS_DataTypes_LCS_QoS
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCS-QoS
-