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