public class CallMethodRequest extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
CallMethodRequest.Builder |
static class |
CallMethodRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CallMethodRequest() |
|
CallMethodRequest(NodeId f_objectId,
NodeId f_methodId,
Object[] f_inputArguments) |
protected |
CallMethodRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static CallMethodRequest.Builder |
builder() |
CallMethodRequest |
clone()
Clones the Structure.
|
Object[] |
getInputArguments() |
NodeId |
getMethodId() |
NodeId |
getObjectId() |
void |
setInputArguments(Object[] value) |
void |
setMethodId(NodeId value) |
void |
setObjectId(NodeId value) |
CallMethodRequest.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public CallMethodRequest()
protected CallMethodRequest(UaDataTypeSpecification specification)
public NodeId getObjectId()
public void setObjectId(NodeId value)
public NodeId getMethodId()
public void setMethodId(NodeId value)
public Object[] getInputArguments()
public void setInputArguments(Object[] value)
public CallMethodRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CallMethodRequest.Builder builder()
public CallMethodRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.