Share via


SupportEngineer Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.SupportEngineer

Implements

public final class SupportEngineer
implements JsonSerializable<SupportEngineer>

Support engineer information.

Constructor Summary

Constructor Description
SupportEngineer()

Creates an instance of SupportEngineer class.

Method Summary

Modifier and Type Method and Description
String emailAddress()

Get the emailAddress property: Email address of the Azure Support engineer assigned to the support ticket.

static SupportEngineer fromJson(JsonReader jsonReader)

Reads an instance of SupportEngineer from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SupportEngineer

public SupportEngineer()

Creates an instance of SupportEngineer class.

Method Details

emailAddress

public String emailAddress()

Get the emailAddress property: Email address of the Azure Support engineer assigned to the support ticket.

Returns:

the emailAddress value.

fromJson

public static SupportEngineer fromJson(JsonReader jsonReader)

Reads an instance of SupportEngineer from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to