Uses of Class
com.opencloud.slee.resources.cgin.map.MAPEMLPP_Info
-
Packages that use MAPEMLPP_Info 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 MAPEMLPP_Info in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPEMLPP_Info Modifier and Type Method Description MAPEMLPP_Info
MAPEMLPP_Info. clone()
Constructs a copy of this object and everything reachable from it.static MAPEMLPP_Info
MAPEMLPP_Info. copyOf(MAPEMLPP_Info 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.MAPEMLPP_Info
MAPExt_SS_Info. getEmlpp_Info()
Gets the value of the emlpp-Info choice.MAPEMLPP_Info
MAPEMLPP_Info. setDefaultPriority(int value)
Sets the value of the field defaultPriority and marks the field as present.MAPEMLPP_Info
MAPEMLPP_Info. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPEMLPP_Info
MAPEMLPP_Info. setMaximumentitledPriority(int value)
Sets the value of the field maximumentitledPriority and marks the field as present.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPEMLPP_Info Modifier and Type Method Description static MAPEMLPP_Info
MAPEMLPP_Info. copyOf(MAPEMLPP_Info 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.MAPExt_SS_Info
MAPExt_SS_Info. setEmlpp_Info(MAPEMLPP_Info value)
Sets the value of the emlpp-Info choice. -
Uses of MAPEMLPP_Info in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPEMLPP_Info Modifier and Type Field Description static PersistCodec<MAPEMLPP_Info,MAPEMLPP_Info,MAPProto.MAP_CommonDataTypes_EMLPP_Info>
MAPCodecs. MAP_CommonDataTypes_EMLPP_Info
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.EMLPP-Infostatic PersistCodec<MAPEMLPP_Info,MAPEMLPP_Info,MAPProto.MAP_CommonDataTypes_EMLPP_Info>
MAPCodecs. MAP_CommonDataTypes_EMLPP_Info
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.EMLPP-Info
-