ContinueRequestBody Class
- java.
lang. Object - com.
azure. resourcemanager. selfhelp. models. ContinueRequestBody
- com.
Implements
public final class ContinueRequestBody
implements JsonSerializable<ContinueRequestBody>
Troubleshooter ContinueRequest body.
Constructor Summary
| Constructor | Description |
|---|---|
| ContinueRequestBody() |
Creates an instance of Continue |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Continue |
fromJson(JsonReader jsonReader)
Reads an instance of Continue |
|
List<Troubleshooter |
responses()
Get the responses property: The responses property. |
| String |
stepId()
Get the step |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Continue |
withResponses(List<TroubleshooterResponse> responses)
Set the responses property: The responses property. |
|
Continue |
withStepId(String stepId)
Set the step |
Methods inherited from java.lang.Object
Constructor Details
ContinueRequestBody
public ContinueRequestBody()
Creates an instance of ContinueRequestBody class.
Method Details
fromJson
public static ContinueRequestBody fromJson(JsonReader jsonReader)
Reads an instance of ContinueRequestBody from the JsonReader.
Parameters:
Returns:
Throws:
responses
public List<TroubleshooterResponse> responses()
Get the responses property: The responses property.
Returns:
stepId
public String stepId()
Get the stepId property: Unique id of the result.
Returns:
toJson
withResponses
public ContinueRequestBody withResponses(List<TroubleshooterResponse> responses)
Set the responses property: The responses property.
Parameters:
Returns:
withStepId
public ContinueRequestBody withStepId(String stepId)
Set the stepId property: Unique id of the result.
Parameters:
Returns: