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 |
---|---|
MAPStateAttributes |
MAPStateAttributes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPStateAttributes |
MAPStateAttributes.copyOf(MAPStateAttributes 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.
|
MAPStateAttributes |
MAPForwardGroupCallSignallingArg.getStateAttributes()
Gets the value of the field stateAttributes.
|
MAPStateAttributes |
MAPStateAttributes.setCallOriginatorPresent(boolean flag)
Sets the presence or absence of the optional field callOriginator.
|
MAPStateAttributes |
MAPStateAttributes.setDownlinkAttachedPresent(boolean flag)
Sets the presence or absence of the optional field downlinkAttached.
|
MAPStateAttributes |
MAPStateAttributes.setDualCommunicationPresent(boolean flag)
Sets the presence or absence of the optional field dualCommunication.
|
MAPStateAttributes |
MAPStateAttributes.setUplinkAttachedPresent(boolean flag)
Sets the presence or absence of the optional field uplinkAttached.
|
Modifier and Type | Method and Description |
---|---|
static MAPStateAttributes |
MAPStateAttributes.copyOf(MAPStateAttributes 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.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setStateAttributes(MAPStateAttributes value)
Sets the value of the field stateAttributes.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPStateAttributes,MAPStateAttributes,MAPProto.MAP_GR_DataTypes_StateAttributes> |
MAPCodecs.MAP_GR_DataTypes_StateAttributes
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.StateAttributes
|
static PersistCodec<MAPStateAttributes,MAPStateAttributes,MAPProto.MAP_GR_DataTypes_StateAttributes> |
MAPCodecs.MAP_GR_DataTypes_StateAttributes
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.StateAttributes
|