Class CpeDeviceConfigAnswer.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.CpeDeviceConfigAnswer.Builder
-
- Enclosing class:
- CpeDeviceConfigAnswer
public static class CpeDeviceConfigAnswer.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
key
public CpeDeviceConfigAnswer.Builder key(String key)
A string that identifies the question to be answered.See the key attribute in
cpeDeviceConfigQuestion
.- Parameters:
key
- the value to set- Returns:
- this builder
-
value
public CpeDeviceConfigAnswer.Builder value(String value)
The answer to the question.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public CpeDeviceConfigAnswer build()
-
copy
public CpeDeviceConfigAnswer.Builder copy(CpeDeviceConfigAnswer model)
-
-