Condividi tramite


ControllerDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.delegatednetwork.models.ControllerDetails

Implements

public final class ControllerDetails
implements JsonSerializable<ControllerDetails>

controller details.

Constructor Summary

Constructor Description
ControllerDetails()

Creates an instance of ControllerDetails class.

Method Summary

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

Reads an instance of ControllerDetails from the JsonReader.

String id()

Get the id property: controller arm resource id.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ControllerDetails withId(String id)

Set the id property: controller arm resource id.

Methods inherited from java.lang.Object

Constructor Details

ControllerDetails

public ControllerDetails()

Creates an instance of ControllerDetails class.

Method Details

fromJson

public static ControllerDetails fromJson(JsonReader jsonReader)

Reads an instance of ControllerDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ControllerDetails 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 ControllerDetails.

id

public String id()

Get the id property: controller arm resource id.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withId

public ControllerDetails withId(String id)

Set the id property: controller arm resource id.

Parameters:

id - the id value to set.

Returns:

the ControllerDetails object itself.

Applies to