@Generated(value="com.neeve.adm.AdmGenerator", date="Fri Dec 05 13:32:50 UTC 2025") @AdmGenerated(compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 1:32 PM", buildInfo="nvx-talon-3.16.63 (nvx-codegen-plugin)") public interface ISrvMonInvokeCommandRequest extends IRogNode, IRogMessage, IRogCopyableNode<ISrvMonInvokeCommandRequest>, ISrvMonXvmRequest
| ADM Type | Message |
| Factory | SrvMonCncFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| adminClientCompatLevel | String | 204 | The admin client's compatibility level. |
| adminClientId | String | 201 | The admin client targeted in the command exchange. |
| commandName | String | 2 | The name of the command to invoke. |
| correlationId | Long | 202 | The request correlation ID. |
| parameters | String[] | 3 |
The list of options and arguments for the command.
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
|
| target | String | 1 | The target (e.g. app) on which to invoke the command. |
| xvmName | String | 203 | The name of the XVM targeted in the command exchange. |
IRogNode.PoolingListenerIStoreObject.EncodingType| Modifier and Type | Method and Description |
|---|---|
void |
addParameters(String val)
Adds the provided value to the list of 'parameters' values.
|
void |
clearAdminClientCompatLevel()
Clears the value of 'adminClientCompatLevel'.
|
void |
clearAdminClientId()
Clears the value of 'adminClientId'.
|
void |
clearCommandName()
Clears the value of 'commandName'.
|
void |
clearCorrelationId()
Clears the value of 'correlationId'.
|
void |
clearParameters()
Clears the value of 'parameters'.
|
void |
clearTarget()
Clears the value of 'target'.
|
void |
clearXvmName()
Clears the value of 'xvmName'.
|
SrvMonInvokeCommandRequest |
copy()
Creates a copy of this SrvMonInvokeCommandRequest.
|
void |
copyInto(SrvMonInvokeCommandRequest target)
Copies the contents of this SrvMonInvokeCommandRequest into the target.
|
String |
getAdminClientCompatLevel()
Gets the value of 'adminClientCompatLevel'.
|
<T extends XString> |
getAdminClientCompatLevelTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getAdminClientCompatLevelTo(XString val)
Copies the value of 'adminClientCompatLevel' into the provided XString.
|
XString |
getAdminClientCompatLevelUnsafe()
Gets the raw value of 'adminClientCompatLevel'.
|
String |
getAdminClientId()
Gets the value of 'adminClientId'.
|
<T extends XString> |
getAdminClientIdTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getAdminClientIdTo(XString val)
Copies the value of 'adminClientId' into the provided XString.
|
XString |
getAdminClientIdUnsafe()
Gets the raw value of 'adminClientId'.
|
String |
getCommandName()
Gets the value of 'commandName'.
|
<T extends XString> |
getCommandNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getCommandNameTo(XString val)
Copies the value of 'commandName' into the provided XString.
|
XString |
getCommandNameUnsafe()
Gets the raw value of 'commandName'.
|
long |
getCorrelationId()
Gets the value of 'correlationId'.
|
Long |
getCorrelationIdAsObject()
Gets the value of 'correlationId'.
|
String[] |
getParameters()
Gets the value of 'parameters'.
|
String[] |
getParametersEmptyIfNull()
Gets the value of 'parameters' or an empty array if the value is
null or not set. |
XStringIterator |
getParametersIterator()
Gets the value of 'parameters' as iterator of values.
|
String |
getTarget()
Gets the value of 'target'.
|
<T extends XString> |
getTargetTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getTargetTo(XString val)
Copies the value of 'target' into the provided XString.
|
XString |
getTargetUnsafe()
Gets the raw value of 'target'.
|
String |
getXvmName()
Gets the value of 'xvmName'.
|
<T extends XString> |
getXvmNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getXvmNameTo(XString val)
Copies the value of 'xvmName' into the provided XString.
|
XString |
getXvmNameUnsafe()
Gets the raw value of 'xvmName'.
|
boolean |
hasAdminClientCompatLevel()
Checks for the presence of 'adminClientCompatLevel'.
|
boolean |
hasAdminClientId()
Checks for the presence of 'adminClientId'.
|
boolean |
hasCommandName()
Checks for the presence of 'commandName'.
|
boolean |
hasCorrelationId()
Checks for the presence of 'correlationId'.
|
boolean |
hasTarget()
Checks for the presence of 'target'.
|
boolean |
hasXvmName()
Checks for the presence of 'xvmName'.
|
void |
lendAdminClientCompatLevel(XString val)
Lends the value of 'adminClientCompatLevel' to this object.
|
void |
lendAdminClientId(XString val)
Lends the value of 'adminClientId' to this object.
|
void |
lendCommandName(XString val)
Lends the value of 'commandName' to this object.
|
void |
lendTarget(XString val)
Lends the value of 'target' to this object.
|
void |
lendXvmName(XString val)
Lends the value of 'xvmName' to this object.
|
void |
setAdminClientCompatLevel(String val)
Sets the value of 'adminClientCompatLevel'.
|
void |
setAdminClientCompatLevelFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setAdminClientCompatLevelFrom(XString val)
Copies the provided XString value into this object's 'adminClientCompatLevel'.
|
void |
setAdminClientId(String val)
Sets the value of 'adminClientId'.
|
void |
setAdminClientIdFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setAdminClientIdFrom(XString val)
Copies the provided XString value into this object's 'adminClientId'.
|
void |
setCommandName(String val)
Sets the value of 'commandName'.
|
void |
setCommandNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setCommandNameFrom(XString val)
Copies the provided XString value into this object's 'commandName'.
|
void |
setCorrelationId(long val)
Sets the value of 'correlationId'.
|
void |
setCorrelationIdAsObject(Long val)
Sets the value of 'correlationId'.
|
void |
setParameters(String[] val)
Sets the value of 'parameters'.
|
void |
setParametersFrom(XIterator<String> val)
Sets the value of 'parameters' using the values from the provided iterator.
|
void |
setTarget(String val)
Sets the value of 'target'.
|
void |
setTargetFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setTargetFrom(XString val)
Copies the provided XString value into this object's 'target'.
|
void |
setXvmName(String val)
Sets the value of 'xvmName'.
|
void |
setXvmNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setXvmNameFrom(XString val)
Copies the provided XString value into this object's 'xvmName'.
|
deserializeFromProtobuf, dispose, dump, getAttachment, getIsLiveInboundMessage, getIsPriority, getIsReadOnly, getMetadata, getParent, getPoolingListener, getType, metadataToJsonString, serializeToProtobuf, setAsInboundMessage, setAsInternal, setAsLastTransaction, setAsMessage, setAsOutboundMessage, setAsPriority, setAsReadOnly, setAsReplayedMessage, setAttachment, setInMsgsInTransaction, setOutMsgsInTransaction, setParentId, setPoolingListener, setTransactionInSequenceNumber, setTransactionOutSequenceNumberacquire, deserialize, deserializeMetadata, deserializeMetadata, getContentEncodingType, getOwnershipCount, getSerializedMetadataLength, getStoreMetadata, saveMemory, serialize, serializeMetadata, setFieldValueensureId, getBinding, getCheckpointVersion, getCommittedDataSize, getId, getOfid, getStableTransactionId, getTransactionId, setBinding, setCheckpointVersion, setCommittedDataSize, setId, setStableTransactionId, setTransactionIdgetMessageReflectorgetEnqueueTs, getEnqueueTsMicros, getGraphId, getInMsgsInTransaction, getIsInboundMessage, getIsInternal, getIsLastTransaction, getIsMessage, getIsOutboundMessage, getIsReplayedMessage, getMessageBus, getMessageChannel, getMessageFlow, getMessageKey, getMessageSender, getMessageSequenceNumber, getMessageTransportHeaders, getOutMsgsInTransaction, getOutTs, getOutTsMicros, getParentId, getPreProcessingTs, getPreProcessingTsMicros, getTransactionInSequenceNumber, getTransactionOutSequenceNumber, isPossibleDuplicate, metadataToJsonString, metadataToStringgetValidationErrors, isValidvoid setCorrelationId(long val)
setCorrelationId in interface ISrvMonXvmRequestval - The value to set.void setCorrelationIdAsObject(Long val)
setCorrelationIdAsObject in interface ISrvMonXvmRequestval - The value to set.long getCorrelationId()
getCorrelationId in interface ISrvMonXvmRequestLong getCorrelationIdAsObject()
getCorrelationIdAsObject in interface ISrvMonXvmRequestvoid clearCorrelationId()
clearCorrelationId in interface ISrvMonXvmRequestsetCorrelationId(long)boolean hasCorrelationId()
hasCorrelationId in interface ISrvMonXvmRequestgetCorrelationId()void setAdminClientId(String val)
setAdminClientId in interface ISrvMonXvmRequestval - The value to set.String getAdminClientId()
getAdminClientId in interface ISrvMonXvmRequestvoid lendAdminClientId(XString val)
This method is equivalent to setAdminClientId except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
lendAdminClientId in interface ISrvMonXvmRequestval - The value to set.IllegalArgumentException - If the value is mutable.void setAdminClientIdFrom(long val)
NOTE:
This is the same as calling setAdminClientId(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
setAdminClientIdFrom in interface ISrvMonXvmRequest<T extends XString> T getAdminClientIdTo(XString.Factory<T> factory)
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
getAdminClientIdTo in interface ISrvMonXvmRequestfactory - The factory from which to get the XString to copy into and returnnull.NullPointerException - if the provided factory is nullvoid setAdminClientIdFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setAdminClientId(String)
because it avoids encoding the value into a String if the given XString is already encoded.
setAdminClientIdFrom in interface ISrvMonXvmRequestvoid getAdminClientIdTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getAdminClientId() bec
because it can avoid decoding the value into an String.
getAdminClientIdTo in interface ISrvMonXvmRequestgetAdminClientId()XString getAdminClientIdUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getAdminClientIdUnsafe in interface ISrvMonXvmRequestgetAdminClientId()void clearAdminClientId()
clearAdminClientId in interface ISrvMonXvmRequestsetAdminClientId(String)boolean hasAdminClientId()
hasAdminClientId in interface ISrvMonXvmRequestgetAdminClientId()void setXvmName(String val)
setXvmName in interface ISrvMonXvmRequestval - The value to set.String getXvmName()
getXvmName in interface ISrvMonXvmRequestvoid lendXvmName(XString val)
This method is equivalent to setXvmName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
lendXvmName in interface ISrvMonXvmRequestval - The value to set.IllegalArgumentException - If the value is mutable.void setXvmNameFrom(long val)
NOTE:
This is the same as calling setXvmName(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
setXvmNameFrom in interface ISrvMonXvmRequest<T extends XString> T getXvmNameTo(XString.Factory<T> factory)
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
getXvmNameTo in interface ISrvMonXvmRequestfactory - The factory from which to get the XString to copy into and returnnull.NullPointerException - if the provided factory is nullvoid setXvmNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setXvmName(String)
because it avoids encoding the value into a String if the given XString is already encoded.
setXvmNameFrom in interface ISrvMonXvmRequestvoid getXvmNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getXvmName() bec
because it can avoid decoding the value into an String.
getXvmNameTo in interface ISrvMonXvmRequestgetXvmName()XString getXvmNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getXvmNameUnsafe in interface ISrvMonXvmRequestgetXvmName()void clearXvmName()
clearXvmName in interface ISrvMonXvmRequestsetXvmName(String)boolean hasXvmName()
hasXvmName in interface ISrvMonXvmRequestgetXvmName()void setAdminClientCompatLevel(String val)
setAdminClientCompatLevel in interface ISrvMonXvmRequestval - The value to set.String getAdminClientCompatLevel()
getAdminClientCompatLevel in interface ISrvMonXvmRequestvoid lendAdminClientCompatLevel(XString val)
This method is equivalent to setAdminClientCompatLevel except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
lendAdminClientCompatLevel in interface ISrvMonXvmRequestval - The value to set.IllegalArgumentException - If the value is mutable.void setAdminClientCompatLevelFrom(long val)
NOTE:
This is the same as calling setAdminClientCompatLevel(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
setAdminClientCompatLevelFrom in interface ISrvMonXvmRequest<T extends XString> T getAdminClientCompatLevelTo(XString.Factory<T> factory)
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
getAdminClientCompatLevelTo in interface ISrvMonXvmRequestfactory - The factory from which to get the XString to copy into and returnnull.NullPointerException - if the provided factory is nullvoid setAdminClientCompatLevelFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setAdminClientCompatLevel(String)
because it avoids encoding the value into a String if the given XString is already encoded.
setAdminClientCompatLevelFrom in interface ISrvMonXvmRequestvoid getAdminClientCompatLevelTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getAdminClientCompatLevel() bec
because it can avoid decoding the value into an String.
getAdminClientCompatLevelTo in interface ISrvMonXvmRequestgetAdminClientCompatLevel()XString getAdminClientCompatLevelUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getAdminClientCompatLevelUnsafe in interface ISrvMonXvmRequestgetAdminClientCompatLevel()void clearAdminClientCompatLevel()
clearAdminClientCompatLevel in interface ISrvMonXvmRequestsetAdminClientCompatLevel(String)boolean hasAdminClientCompatLevel()
hasAdminClientCompatLevel in interface ISrvMonXvmRequestgetAdminClientCompatLevel()void setTarget(String val)
val - The value to set.String getTarget()
void lendTarget(XString val)
This method is equivalent to setTarget except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val - The value to set.IllegalArgumentException - If the value is mutable.void setTargetFrom(long val)
NOTE:
This is the same as calling setTarget(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getTargetTo(XString.Factory<T> factory)
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory - The factory from which to get the XString to copy into and returnnull.NullPointerException - if the provided factory is nullvoid setTargetFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setTarget(String)
because it avoids encoding the value into a String if the given XString is already encoded.
void getTargetTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getTarget() bec
because it can avoid decoding the value into an String.
getTarget()XString getTargetUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getTarget()void clearTarget()
setTarget(String)boolean hasTarget()
getTarget()void setCommandName(String val)
val - The value to set.String getCommandName()
void lendCommandName(XString val)
This method is equivalent to setCommandName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val - The value to set.IllegalArgumentException - If the value is mutable.void setCommandNameFrom(long val)
NOTE:
This is the same as calling setCommandName(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getCommandNameTo(XString.Factory<T> factory)
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory - The factory from which to get the XString to copy into and returnnull.NullPointerException - if the provided factory is nullvoid setCommandNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setCommandName(String)
because it avoids encoding the value into a String if the given XString is already encoded.
void getCommandNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getCommandName() bec
because it can avoid decoding the value into an String.
getCommandName()XString getCommandNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getCommandName()void clearCommandName()
setCommandName(String)boolean hasCommandName()
getCommandName()void setParameters(String[] val)
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
val - The value to set.void setParametersFrom(XIterator<String> val)
This method will call XIterator.toFirst() before and after setting the values, meaning
that all values from the iterator will be set and the iterator will be reset on return.
This method is zero garbage for Xbuf generated classes, and this method is optimized such that calling this with an iterator from another 'parameters' accessor can copy the values without iteration.
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
NOTE:
Passing a null or empty iterator has the same affect as calling setParameters(String[]) with
a value of null.
val - the values to set.void addParameters(String val)
This method is zero garbage for Xbuf generated classes, and this method is optimized such that calling this with an iterator from another 'parameters' accessor can copy the values without iteration.
For objects generated with json encoding, or transactional state entities, using this method is currently efficient than doing a bulk set. For xbuf generated messages however, this method is optimized to directly serialize to an encoded backing buffer.
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
val - the value to add.XStringIterator getParametersIterator()
This method will always return a non null iterator value. The returned iterator is not threadsafe, and the caller may not hold on to it beyond the pooling lifespan of this object. Depending on the implementation, the same iterator instance may be returned by this object on each call to avoid garbage. Each time this method is called the iterator is reset by calling its toFirst() method. Callers should therefore be especially careful about calling this method while iterating on the iterator returned by this method.
This method is zero garbage for Xbuf generated classes, and this method is optimized such that
passing the returned iterator to another object's setXXX(com.neeve.lang.XStringIterator) method
can perform a direct copy of the underlying values without iteration.
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
String[] getParameters()
If the field is not set this method will return null.
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
null.String[] getParametersEmptyIfNull()
null or not set.
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
null if not set.getParameters()void clearParameters()
For example when invoking MyApp doSend --rate 20 --count 1000 true the parameters would look like:
setParameters(String[])SrvMonInvokeCommandRequest copy()
The copy copies primitive, enum and embedded entity fields into the returned copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonInvokeCommandRequest's embedded entity fields.
The returned copy will be writeable even if this SrvMonInvokeCommandRequest is read only.
No metadata is copied except as documented IRogCopyableNode.
See IRogCopyableNode for more detailed information on the semantics of this method.
copy in interface CopyableMessageView<ISrvMonInvokeCommandRequest>copy in interface IRogCopyableNode<ISrvMonInvokeCommandRequest>IRogCopyableNode,
CopyableMessageViewvoid copyInto(SrvMonInvokeCommandRequest target)
The copy clears the target's contents and copies primitive, enum and embedded entity fields into the provided copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonInvokeCommandRequest's embedded entity fields.
The returned copy will be writeable even if this SrvMonInvokeCommandRequest is read only.
No metadata is copied except as documented IRogCopyableNode.
See IRogCopyableNode for more detailed information on the semantics of this method.
target - The target to copy into which must not be null or read only.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.