public static class EndpointConfiguration.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public Integer getOperationTimeout()
public EndpointConfiguration.Builder setOperationTimeout(Integer value)
public Boolean getUseBinaryEncoding()
public EndpointConfiguration.Builder setUseBinaryEncoding(Boolean value)
public Integer getMaxStringLength()
public EndpointConfiguration.Builder setMaxStringLength(Integer value)
public Integer getMaxByteStringLength()
public EndpointConfiguration.Builder setMaxByteStringLength(Integer value)
public Integer getMaxArrayLength()
public EndpointConfiguration.Builder setMaxArrayLength(Integer value)
public Integer getMaxMessageSize()
public EndpointConfiguration.Builder setMaxMessageSize(Integer value)
public Integer getMaxBufferSize()
public EndpointConfiguration.Builder setMaxBufferSize(Integer value)
public Integer getChannelLifetime()
public EndpointConfiguration.Builder setChannelLifetime(Integer value)
public Integer getSecurityTokenLifetime()
public EndpointConfiguration.Builder setSecurityTokenLifetime(Integer value)
public EndpointConfiguration build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.