Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExt_ForwInfo
-
Packages that use MAPExt_ForwInfo 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 MAPExt_ForwInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExt_ForwInfo Modifier and Type Method Description MAPExt_ForwInfoMAPExt_ForwInfo. clone()Constructs a copy of this object and everything reachable from it.static MAPExt_ForwInfoMAPExt_ForwInfo. copyOf(MAPForwardingInfo 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_ForwInfoMAPExt_ForwInfo. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPExt_ForwInfoMAPExt_ForwInfo. setForwardingFeatureList(MAPExt_ForwFeature[] value)Sets the value of the field forwardingFeatureList.MAPExt_ForwInfoMAPExt_ForwInfo. setSs_Code(SSCode value)Sets the value of the field ss-Code.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPExt_ForwInfo Modifier and Type Method Description MAPExt_SS_InfoMAPExt_SS_Info. setForwardingInfo(MAPExt_ForwInfo value)Sets the value of the forwardingInfo choice. -
Uses of MAPExt_ForwInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPExt_ForwInfo Modifier and Type Field Description static PersistCodec<MAPForwardingInfo,MAPExt_ForwInfo,MAPProto.MAP_MS_DataTypes_Ext_ForwInfo>MAPCodecs. MAP_MS_DataTypes_Ext_ForwInfoSingleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-ForwInfo
-