public class QueryNextRequest extends DynamicStructure implements ServiceRequest<QueryNextResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryNextRequest.Builder |
static class |
QueryNextRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
QueryNextRequest() |
|
QueryNextRequest(RequestHeader f_requestHeader,
Boolean f_releaseContinuationPoint,
ByteString f_continuationPoint) |
protected |
QueryNextRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static QueryNextRequest.Builder |
builder() |
QueryNextRequest |
clone()
Clones the Structure.
|
ByteString |
getContinuationPoint() |
Boolean |
getReleaseContinuationPoint() |
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
void |
setContinuationPoint(ByteString value) |
void |
setReleaseContinuationPoint(Boolean value) |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
QueryNextRequest.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 QueryNextRequest()
protected QueryNextRequest(UaDataTypeSpecification specification)
public QueryNextRequest(RequestHeader f_requestHeader, Boolean f_releaseContinuationPoint, ByteString f_continuationPoint)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<QueryNextResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<QueryNextResponse>public Boolean getReleaseContinuationPoint()
public void setReleaseContinuationPoint(Boolean value)
public ByteString getContinuationPoint()
public void setContinuationPoint(ByteString value)
public QueryNextRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static QueryNextRequest.Builder builder()
public QueryNextRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.