public static class InstanceState.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceState |
build() |
InstanceState.Builder |
code(Integer code)
The state of the instance as a 16-bit unsigned integer.
|
InstanceState.Builder |
copy(InstanceState model) |
InstanceState.Builder |
name(String name)
The current state of the instance.
|
public InstanceState.Builder code(Integer code)
The state of the instance as a 16-bit unsigned integer.
code
- the value to setpublic InstanceState.Builder name(String name)
The current state of the instance.
name
- the value to setpublic InstanceState build()
public InstanceState.Builder copy(InstanceState model)
Copyright © 2016–2024. All rights reserved.