public class CallRequest extends DynamicStructure implements ServiceRequest<CallResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CallRequest.Builder |
static class |
CallRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CallRequest() |
|
CallRequest(RequestHeader f_requestHeader,
CallMethodRequest[] f_methodsToCall) |
protected |
CallRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static CallRequest.Builder |
builder() |
CallRequest |
clone()
Clones the Structure.
|
CallMethodRequest[] |
getMethodsToCall() |
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
void |
setMethodsToCall(CallMethodRequest[] value) |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
CallRequest.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, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public CallRequest()
protected CallRequest(UaDataTypeSpecification specification)
public CallRequest(RequestHeader f_requestHeader, CallMethodRequest[] f_methodsToCall)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<CallResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<CallResponse>public CallMethodRequest[] getMethodsToCall()
public void setMethodsToCall(CallMethodRequest[] value)
public CallRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CallRequest.Builder builder()
public CallRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.