public static class CpeDeviceConfigAnswer.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CpeDeviceConfigAnswer |
build() |
CpeDeviceConfigAnswer.Builder |
copy(CpeDeviceConfigAnswer model) |
CpeDeviceConfigAnswer.Builder |
key(String key)
A string that identifies the question to be answered.
|
CpeDeviceConfigAnswer.Builder |
value(String value)
The answer to the question.
|
public CpeDeviceConfigAnswer.Builder key(String key)
A string that identifies the question to be answered. See the key
attribute in
cpeDeviceConfigQuestion
.
key
- the value to setpublic CpeDeviceConfigAnswer.Builder value(String value)
The answer to the question.
value
- the value to setpublic CpeDeviceConfigAnswer build()
public CpeDeviceConfigAnswer.Builder copy(CpeDeviceConfigAnswer model)
Copyright © 2016–2024. All rights reserved.