MccIssue Class

  • java.lang.Object
    • com.azure.resourcemanager.connectedcache.models.MccIssue

Implements

public final class MccIssue
implements JsonSerializable<MccIssue>

Mcc cache node resource issue properties.

Method Summary

Modifier and Type Method and Description
String detailString()

Get the detailString property: Mcc cache node issue detail string.

static MccIssue fromJson(JsonReader jsonReader)

Reads an instance of MccIssue from the JsonReader.

String helpLink()

Get the helpLink property: Mcc cache node issue related help link.

OffsetDateTime issueEndDate()

Get the issueEndDate property: Mcc cache node issue end date.

OffsetDateTime issueStartDate()

Get the issueStartDate property: Mcc cache node issue start date.

String mccIssueType()

Get the mccIssueType property: Mcc cache node issue type.

String toastString()

Get the toastString property: Mcc cache node issues toastString.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

detailString

public String detailString()

Get the detailString property: Mcc cache node issue detail string.

Returns:

the detailString value.

fromJson

public static MccIssue fromJson(JsonReader jsonReader)

Reads an instance of MccIssue from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

helpLink

public String helpLink()

Get the helpLink property: Mcc cache node issue related help link.

Returns:

the helpLink value.

issueEndDate

public OffsetDateTime issueEndDate()

Get the issueEndDate property: Mcc cache node issue end date.

Returns:

the issueEndDate value.

issueStartDate

public OffsetDateTime issueStartDate()

Get the issueStartDate property: Mcc cache node issue start date.

Returns:

the issueStartDate value.

mccIssueType

public String mccIssueType()

Get the mccIssueType property: Mcc cache node issue type.

Returns:

the mccIssueType value.

toastString

public String toastString()

Get the toastString property: Mcc cache node issues toastString.

Returns:

the toastString value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to