İngilizce dilinde oku

Aracılığıyla paylaş


EmergingIssuesGetResultInner Class

public final class EmergingIssuesGetResultInner
extends ProxyResource

The Get EmergingIssues operation response.

Constructor Summary

Constructor Description
EmergingIssuesGetResultInner()

Creates an instance of EmergingIssuesGetResultInner class.

Method Summary

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

Reads an instance of EmergingIssuesGetResultInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

OffsetDateTime refreshTimestamp()

Get the refreshTimestamp property: Timestamp for when last time refreshed for ongoing emerging issue.

List<StatusActiveEvent> statusActiveEvents()

Get the statusActiveEvents property: The list of emerging issues of active event type.

List<StatusBanner> statusBanners()

Get the statusBanners property: The list of emerging issues of banner type.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

EmergingIssuesGetResultInner withRefreshTimestamp(OffsetDateTime refreshTimestamp)

Set the refreshTimestamp property: Timestamp for when last time refreshed for ongoing emerging issue.

EmergingIssuesGetResultInner withStatusActiveEvents(List<StatusActiveEvent> statusActiveEvents)

Set the statusActiveEvents property: The list of emerging issues of active event type.

EmergingIssuesGetResultInner withStatusBanners(List<StatusBanner> statusBanners)

Set the statusBanners property: The list of emerging issues of banner type.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

EmergingIssuesGetResultInner

public EmergingIssuesGetResultInner()

Creates an instance of EmergingIssuesGetResultInner class.

Method Details

fromJson

public static EmergingIssuesGetResultInner fromJson(JsonReader jsonReader)

Reads an instance of EmergingIssuesGetResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

EmergingIssuesGetResultInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

EmergingIssuesGetResultInner.name()

Returns:

the name value.

refreshTimestamp

public OffsetDateTime refreshTimestamp()

Get the refreshTimestamp property: Timestamp for when last time refreshed for ongoing emerging issue.

Returns:

the refreshTimestamp value.

statusActiveEvents

public List statusActiveEvents()

Get the statusActiveEvents property: The list of emerging issues of active event type.

Returns:

the statusActiveEvents value.

statusBanners

public List statusBanners()

Get the statusBanners property: The list of emerging issues of banner type.

Returns:

the statusBanners value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

EmergingIssuesGetResultInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

EmergingIssuesGetResultInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withRefreshTimestamp

public EmergingIssuesGetResultInner withRefreshTimestamp(OffsetDateTime refreshTimestamp)

Set the refreshTimestamp property: Timestamp for when last time refreshed for ongoing emerging issue.

Parameters:

refreshTimestamp - the refreshTimestamp value to set.

Returns:

the EmergingIssuesGetResultInner object itself.

withStatusActiveEvents

public EmergingIssuesGetResultInner withStatusActiveEvents(List statusActiveEvents)

Set the statusActiveEvents property: The list of emerging issues of active event type.

Parameters:

statusActiveEvents - the statusActiveEvents value to set.

Returns:

the EmergingIssuesGetResultInner object itself.

withStatusBanners

public EmergingIssuesGetResultInner withStatusBanners(List statusBanners)

Set the statusBanners property: The list of emerging issues of banner type.

Parameters:

statusBanners - the statusBanners value to set.

Returns:

the EmergingIssuesGetResultInner object itself.

Applies to

Azure SDK for Java

Preview