public class QueryNextResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryNextResponse.Builder |
static class |
QueryNextResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
QueryNextResponse() |
|
QueryNextResponse(ResponseHeader f_responseHeader,
QueryDataSet[] f_queryDataSets,
ByteString f_revisedContinuationPoint) |
protected |
QueryNextResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static QueryNextResponse.Builder |
builder() |
QueryNextResponse |
clone()
Clones the Structure.
|
QueryDataSet[] |
getQueryDataSets() |
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
ByteString |
getRevisedContinuationPoint() |
void |
setQueryDataSets(QueryDataSet[] value) |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
void |
setRevisedContinuationPoint(ByteString value) |
QueryNextResponse.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 QueryNextResponse()
protected QueryNextResponse(UaDataTypeSpecification specification)
public QueryNextResponse(ResponseHeader f_responseHeader, QueryDataSet[] f_queryDataSets, ByteString f_revisedContinuationPoint)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic QueryDataSet[] getQueryDataSets()
public void setQueryDataSets(QueryDataSet[] value)
public ByteString getRevisedContinuationPoint()
public void setRevisedContinuationPoint(ByteString value)
public QueryNextResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static QueryNextResponse.Builder builder()
public QueryNextResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.