public class MAPPeriodicLDRInfo extends AbstractFieldsObject
PeriodicLDRInfo ::=
SEQUENCE {
reportingAmount ReportingAmount,
reportingInterval ReportingInterval,
...
}
Added in release 7. reportingInterval x reportingAmount shall not exceed 8639999 (99 days, 23 hours, 59 minutes and 59 seconds) for compatibility with OMA MLP and RLP.
Used as field type by MAPSubscriberLocationReport_Arg.
Used as field type by MAPProvideSubscriberLocation_Arg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPPeriodicLDRInfo()
Constructs an object with uninitialised state.
|
MAPPeriodicLDRInfo(int ReportingAmount_param,
int ReportingInterval_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPPeriodicLDRInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static 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.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
int |
getReportingAmount()
Gets the value of the field reportingAmount.
|
int |
getReportingInterval()
Gets the value of the field reportingInterval.
|
boolean |
hasReportingAmount()
Tests whether the field reportingAmount has a value.
|
boolean |
hasReportingInterval()
Tests whether the field reportingInterval has a value.
|
MAPPeriodicLDRInfo |
setReportingAmount(int value)
Sets the value of the field reportingAmount and marks the field as present.
|
MAPPeriodicLDRInfo |
setReportingInterval(int value)
Sets the value of the field reportingInterval and marks the field as present.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPPeriodicLDRInfo()
public MAPPeriodicLDRInfo(int ReportingAmount_param,
int ReportingInterval_param)
ReportingAmount_param - value for that fieldReportingInterval_param - value for that fieldpublic MAPPeriodicLDRInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPPeriodicLDRInfo copyOf(MAPPeriodicLDRInfo from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic int getReportingAmount()
public int getReportingInterval()
public boolean hasReportingAmount()
public boolean hasReportingInterval()
public MAPPeriodicLDRInfo setReportingAmount(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPeriodicLDRInfo setReportingInterval(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only