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 |
---|---|
MAPPeriodicLDRInfo |
MAPPeriodicLDRInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPeriodicLDRInfo |
MAPPeriodicLDRInfo.copyOf(MAPPeriodicLDRInfo 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.
|
MAPPeriodicLDRInfo |
MAPSubscriberLocationReport_Arg.getPeriodicLDRInfo()
Gets the value of the field periodicLDRInfo.
|
MAPPeriodicLDRInfo |
MAPProvideSubscriberLocation_Arg.getPeriodicLDRInfo()
Gets the value of the field periodicLDRInfo.
|
MAPPeriodicLDRInfo |
MAPPeriodicLDRInfo.setReportingAmount(int value)
Sets the value of the field reportingAmount and marks the field as present.
|
MAPPeriodicLDRInfo |
MAPPeriodicLDRInfo.setReportingInterval(int value)
Sets the value of the field reportingInterval and marks the field as present.
|
Modifier and Type | Method and Description |
---|---|
static MAPPeriodicLDRInfo |
MAPPeriodicLDRInfo.copyOf(MAPPeriodicLDRInfo 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.
|
MAPSubscriberLocationReport_Arg |
MAPSubscriberLocationReport_Arg.setPeriodicLDRInfo(MAPPeriodicLDRInfo value)
Sets the value of the field periodicLDRInfo.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setPeriodicLDRInfo(MAPPeriodicLDRInfo value)
Sets the value of the field periodicLDRInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPeriodicLDRInfo,MAPPeriodicLDRInfo,MAPProto.MAP_LCS_DataTypes_PeriodicLDRInfo> |
MAPCodecs.MAP_LCS_DataTypes_PeriodicLDRInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.PeriodicLDRInfo
|
static PersistCodec<MAPPeriodicLDRInfo,MAPPeriodicLDRInfo,MAPProto.MAP_LCS_DataTypes_PeriodicLDRInfo> |
MAPCodecs.MAP_LCS_DataTypes_PeriodicLDRInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.PeriodicLDRInfo
|