public class MAPNoteInternalHandoverArg extends AbstractFieldsObject
NoteInternalHandoverArg ::=
SEQUENCE {
handoverType HandoverType,
targetCellId GlobalCellId OPTIONAL,
channelId ExternalSignalInfo OPTIONAL
}
Present in ph1. Removed between ph1 and ph2.
Used as argument type by MAPOperations.noteInternalHandover_v1.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPNoteInternalHandoverArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPNoteInternalHandoverArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPNoteInternalHandoverArg |
copyOf(MAPNoteInternalHandoverArg 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.
|
MAPExternalSignalInfo |
getChannelId()
Gets the value of the field channelId.
|
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.
|
MAPHandoverType |
getHandoverType()
Gets the value of the field handoverType.
|
CellGlobalId |
getTargetCellId()
Gets the value of the field targetCellId.
|
boolean |
hasChannelId()
Tests whether the field channelId has a value.
|
boolean |
hasHandoverType()
Tests whether the field handoverType has a value.
|
boolean |
hasTargetCellId()
Tests whether the field targetCellId has a value.
|
MAPNoteInternalHandoverArg |
setChannelId(MAPExternalSignalInfo value)
Sets the value of the field channelId.
|
MAPNoteInternalHandoverArg |
setHandoverType(MAPHandoverType value)
Sets the value of the field handoverType.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPNoteInternalHandoverArg |
setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPNoteInternalHandoverArg()
public MAPNoteInternalHandoverArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPNoteInternalHandoverArg copyOf(MAPNoteInternalHandoverArg from)
from - the object from which to copypublic MAPExternalSignalInfo getChannelId()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPHandoverType getHandoverType()
public CellGlobalId getTargetCellId()
public boolean hasChannelId()
public boolean hasHandoverType()
public boolean hasTargetCellId()
public MAPNoteInternalHandoverArg setChannelId(MAPExternalSignalInfo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPNoteInternalHandoverArg setHandoverType(MAPHandoverType value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPNoteInternalHandoverArg setTargetCellId(CellGlobalId value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only