Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMOLR_Class
-
Packages that use MAPMOLR_Class 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 MAPMOLR_Class in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMOLR_Class Modifier and Type Method Description MAPMOLR_Class
MAPMOLR_Class. clone()
Constructs a copy of this object and everything reachable from it.static MAPMOLR_Class
MAPMOLR_Class. copyOf(MAPMOLR_Class 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.MAPMOLR_Class[]
MAPLCSInformation. getMolr_List()
Gets the value of the field molr-List.MAPMOLR_Class
MAPMOLR_Class. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPMOLR_Class
MAPMOLR_Class. setSs_Code(SSCode value)
Sets the value of the field ss-Code.MAPMOLR_Class
MAPMOLR_Class. setSs_Status(byte[] value)
Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMOLR_Class Modifier and Type Method Description static MAPMOLR_Class
MAPMOLR_Class. copyOf(MAPMOLR_Class 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.MAPLCSInformation
MAPLCSInformation. setMolr_List(MAPMOLR_Class[] value)
Sets the value of the field molr-List. -
Uses of MAPMOLR_Class in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMOLR_Class Modifier and Type Field Description static PersistCodec<MAPMOLR_Class,MAPMOLR_Class,MAPProto.MAP_MS_DataTypes_MOLR_Class>
MAPCodecs. MAP_MS_DataTypes_MOLR_Class
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.MOLR-Classstatic PersistCodec<MAPMOLR_Class,MAPMOLR_Class,MAPProto.MAP_MS_DataTypes_MOLR_Class>
MAPCodecs. MAP_MS_DataTypes_MOLR_Class
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.MOLR-Class
-