public class MAPSendParametersArg extends AbstractFieldsObject
SendParametersArg ::=
SEQUENCE {
subscriberId SubscriberId,
requestParameters RequestParameters
}
Present in ph1. Removed between ph1 and ph2.
Used as argument type by MAPOperations.sendParameters_v1.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSendParametersArg()
Constructs an object with uninitialised state.
|
MAPSendParametersArg(MAPSubscriberId SubscriberId_param,
MAPRequestParameter[] RequestParameters_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPSendParametersArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendParametersArg |
copyOf(MAPSendParametersArg 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.
|
MAPRequestParameter[] |
getRequestParameters()
Gets the value of the field requestParameters.
|
MAPSubscriberId |
getSubscriberId()
Gets the value of the field subscriberId.
|
boolean |
hasRequestParameters()
Tests whether the field requestParameters has a value.
|
boolean |
hasSubscriberId()
Tests whether the field subscriberId has a value.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSendParametersArg |
setRequestParameters(MAPRequestParameter[] value)
Sets the value of the field requestParameters.
|
MAPSendParametersArg |
setSubscriberId(MAPSubscriberId value)
Sets the value of the field subscriberId.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSendParametersArg()
public MAPSendParametersArg(MAPSubscriberId SubscriberId_param, MAPRequestParameter[] RequestParameters_param)
SubscriberId_param - value for that fieldRequestParameters_param - value for that fieldpublic MAPSendParametersArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPSendParametersArg copyOf(MAPSendParametersArg 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 MAPRequestParameter[] getRequestParameters()
public MAPSubscriberId getSubscriberId()
public boolean hasRequestParameters()
public boolean hasSubscriberId()
public void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPSendParametersArg setRequestParameters(MAPRequestParameter[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendParametersArg setSubscriberId(MAPSubscriberId value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only