public static class RuntimeResponseGenericRuntimeResponseTypeText.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeText) |
Builder(java.lang.String responseType,
java.lang.String text)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeResponseGenericRuntimeResponseTypeText |
build()
Builds a RuntimeResponseGenericRuntimeResponseTypeText.
|
RuntimeResponseGenericRuntimeResponseTypeText.Builder |
responseType(java.lang.String responseType)
Set the responseType.
|
RuntimeResponseGenericRuntimeResponseTypeText.Builder |
text(java.lang.String text)
Set the text.
|
public Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeText)
public Builder()
public Builder(java.lang.String responseType,
java.lang.String text)
responseType - the responseTypetext - the textpublic RuntimeResponseGenericRuntimeResponseTypeText build()
public RuntimeResponseGenericRuntimeResponseTypeText.Builder responseType(java.lang.String responseType)
responseType - the responseTypepublic RuntimeResponseGenericRuntimeResponseTypeText.Builder text(java.lang.String text)
text - the text