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 |
---|---|
MAPAreaDefinition |
MAPAreaDefinition.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAreaDefinition |
MAPAreaDefinition.copyOf(MAPAreaDefinition 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.
|
MAPAreaDefinition |
MAPAreaEventInfo.getAreaDefinition()
Gets the value of the field areaDefinition.
|
MAPAreaDefinition |
MAPAreaDefinition.setAreaList(MAPArea[] value)
Sets the value of the field areaList.
|
Modifier and Type | Method and Description |
---|---|
static MAPAreaDefinition |
MAPAreaDefinition.copyOf(MAPAreaDefinition 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.
|
MAPAreaEventInfo |
MAPAreaEventInfo.setAreaDefinition(MAPAreaDefinition value)
Sets the value of the field areaDefinition.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAreaDefinition,MAPAreaDefinition,MAPProto.MAP_LCS_DataTypes_AreaDefinition> |
MAPCodecs.MAP_LCS_DataTypes_AreaDefinition
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaDefinition
|
static PersistCodec<MAPAreaDefinition,MAPAreaDefinition,MAPProto.MAP_LCS_DataTypes_AreaDefinition> |
MAPCodecs.MAP_LCS_DataTypes_AreaDefinition
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaDefinition
|