SmartGroupModificationInner Class

public final class SmartGroupModificationInner
extends ProxyResource

Alert Modification details.

Constructor Summary

Constructor Description
SmartGroupModificationInner()

Creates an instance of SmartGroupModificationInner class.

Method Summary

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

Reads an instance of SmartGroupModificationInner 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.

SmartGroupModificationProperties properties()

Get the properties property: Properties of the smartGroup modification item.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

SmartGroupModificationInner withProperties(SmartGroupModificationProperties properties)

Set the properties property: Properties of the smartGroup modification item.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SmartGroupModificationInner

public SmartGroupModificationInner()

Creates an instance of SmartGroupModificationInner class.

Method Details

fromJson

public static SmartGroupModificationInner fromJson(JsonReader jsonReader)

Reads an instance of SmartGroupModificationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SmartGroupModificationInner 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:

SmartGroupModificationInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SmartGroupModificationInner.name()

Returns:

the name value.

properties

public SmartGroupModificationProperties properties()

Get the properties property: Properties of the smartGroup modification item.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SmartGroupModificationInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SmartGroupModificationInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withProperties

public SmartGroupModificationInner withProperties(SmartGroupModificationProperties properties)

Set the properties property: Properties of the smartGroup modification item.

Parameters:

properties - the properties value to set.

Returns:

the SmartGroupModificationInner object itself.

Applies to