ContinueRequestBody Class

  • java.lang.Object
    • com.azure.resourcemanager.selfhelp.models.ContinueRequestBody

Implements

public final class ContinueRequestBody
implements JsonSerializable<ContinueRequestBody>

Troubleshooter ContinueRequest body.

Constructor Summary

Constructor Description
ContinueRequestBody()

Creates an instance of ContinueRequestBody class.

Method Summary

Modifier and Type Method and Description
static ContinueRequestBody fromJson(JsonReader jsonReader)

Reads an instance of ContinueRequestBody from the JsonReader.

List<TroubleshooterResponse> responses()

Get the responses property: The responses property.

String stepId()

Get the stepId property: Unique id of the result.

JsonWriter toJson(JsonWriter jsonWriter)
ContinueRequestBody withResponses(List<TroubleshooterResponse> responses)

Set the responses property: The responses property.

ContinueRequestBody withStepId(String stepId)

Set the stepId property: Unique id of the result.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of ContinueRequestBody if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ContinueRequestBody.

responses

public List<TroubleshooterResponse> responses()

Get the responses property: The responses property.

Returns:

the responses value.

stepId

public String stepId()

Get the stepId property: Unique id of the result.

Returns:

the stepId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withResponses

public ContinueRequestBody withResponses(List<TroubleshooterResponse> responses)

Set the responses property: The responses property.

Parameters:

responses - the responses value to set.

Returns:

the ContinueRequestBody object itself.

withStepId

public ContinueRequestBody withStepId(String stepId)

Set the stepId property: Unique id of the result.

Parameters:

stepId - the stepId value to set.

Returns:

the ContinueRequestBody object itself.

Applies to