public static interface StructuredDataTerminal.Builder
| Modifier and Type | Method and Description |
|---|---|
StructuredDataTerminal |
build() |
java.nio.ByteBuffer |
typeId() |
StructuredDataTerminal.Builder |
typeId(java.nio.ByteBuffer typeId) |
java.nio.ByteBuffer |
value() |
StructuredDataTerminal.Builder |
value(java.nio.ByteBuffer value) |
StructuredDataTerminal.Builder value(java.nio.ByteBuffer value)
java.nio.ByteBuffer value()
StructuredDataTerminal.Builder typeId(java.nio.ByteBuffer typeId)
java.nio.ByteBuffer typeId()
StructuredDataTerminal build()