public static class CpeDeviceConfigQuestion.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CpeDeviceConfigQuestion |
build() |
CpeDeviceConfigQuestion.Builder |
copy(CpeDeviceConfigQuestion model) |
CpeDeviceConfigQuestion.Builder |
displayName(String displayName)
A descriptive label for the question (for example, to display in a form in a graphical
interface).
|
CpeDeviceConfigQuestion.Builder |
explanation(String explanation)
A description or explanation of the question, to help the customer answer accurately.
|
CpeDeviceConfigQuestion.Builder |
key(String key)
A string that identifies the question.
|
public CpeDeviceConfigQuestion.Builder key(String key)
A string that identifies the question.
key
- the value to setpublic CpeDeviceConfigQuestion.Builder displayName(String displayName)
A descriptive label for the question (for example, to display in a form in a graphical interface). Avoid entering confidential information.
displayName
- the value to setpublic CpeDeviceConfigQuestion.Builder explanation(String explanation)
A description or explanation of the question, to help the customer answer accurately.
explanation
- the value to setpublic CpeDeviceConfigQuestion build()
public CpeDeviceConfigQuestion.Builder copy(CpeDeviceConfigQuestion model)
Copyright © 2016–2024. All rights reserved.