public class MAPCallReportData extends AbstractFieldsObject
CallReportData ::= SEQUENCE { monitoringMode MonitoringMode OPTIONAL, callOutcome CallOutcome OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R97.
Used as field type by MAPStatusReportArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPCallReportData()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPCallReportData |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallReportData |
copyOf(MAPCallReportData 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.
|
MAPCallOutcome |
getCallOutcome()
Gets the value of the field callOutcome.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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.
|
MAPMonitoringMode |
getMonitoringMode()
Gets the value of the field monitoringMode.
|
boolean |
hasCallOutcome()
Tests whether the field callOutcome has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasMonitoringMode()
Tests whether the field monitoringMode has a value.
|
MAPCallReportData |
setCallOutcome(MAPCallOutcome value)
Sets the value of the field callOutcome.
|
MAPCallReportData |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCallReportData |
setMonitoringMode(MAPMonitoringMode value)
Sets the value of the field monitoringMode.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPCallReportData()
public MAPCallReportData clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPCallReportData copyOf(MAPCallReportData from)
from
- the object from which to copypublic MAPCallOutcome getCallOutcome()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPMonitoringMode getMonitoringMode()
public boolean hasCallOutcome()
public boolean hasExtensionContainer()
public boolean hasMonitoringMode()
public MAPCallReportData setCallOutcome(MAPCallOutcome value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCallReportData setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCallReportData setMonitoringMode(MAPMonitoringMode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject