public class MAPTraceSubscriberActivityArg extends AbstractFieldsObject
TraceSubscriberActivityArg ::= SEQUENCE { imsi IMSI OPTIONAL, traceReference TraceReference, traceType TraceType, omcId AddressString OPTIONAL, callReference CallReference OPTIONAL }Present in ph1. Removed between ph1 and ph2.
Used as argument type by MAPOperations.traceSubscriberActivity_v1
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPTraceSubscriberActivityArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPTraceSubscriberActivityArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPTraceSubscriberActivityArg |
copyOf(MAPTraceSubscriberActivityArg 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.
|
byte[] |
getCallReference()
Gets the value of the field callReference.
|
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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
AddressString |
getOmcId()
Gets the value of the field omcId.
|
byte[] |
getTraceReference()
Gets the value of the field traceReference.
|
int |
getTraceType()
Gets the value of the field traceType.
|
boolean |
hasCallReference()
Tests whether the field callReference has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasOmcId()
Tests whether the field omcId has a value.
|
boolean |
hasTraceReference()
Tests whether the field traceReference has a value.
|
boolean |
hasTraceType()
Tests whether the field traceType has a value.
|
MAPTraceSubscriberActivityArg |
setCallReference(byte[] value)
Sets the value of the field callReference.
|
MAPTraceSubscriberActivityArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPTraceSubscriberActivityArg |
setOmcId(AddressString value)
Sets the value of the field omcId.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPTraceSubscriberActivityArg |
setTraceReference(byte[] value)
Sets the value of the field traceReference.
|
MAPTraceSubscriberActivityArg |
setTraceType(int value)
Sets the value of the field traceType and marks the field as present.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPTraceSubscriberActivityArg()
public MAPTraceSubscriberActivityArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPTraceSubscriberActivityArg copyOf(MAPTraceSubscriberActivityArg from)
from
- the object from which to copypublic byte[] getCallReference()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public AddressString getOmcId()
public byte[] getTraceReference()
public int getTraceType()
public boolean hasCallReference()
public boolean hasImsi()
public boolean hasOmcId()
public boolean hasTraceReference()
public boolean hasTraceType()
public MAPTraceSubscriberActivityArg setCallReference(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceSubscriberActivityArg setImsi(IMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceSubscriberActivityArg setOmcId(AddressString 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
public MAPTraceSubscriberActivityArg setTraceReference(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceSubscriberActivityArg setTraceType(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only