AnalysisDefinitionInner Class

public final class AnalysisDefinitionInner
extends ProxyOnlyResource

Definition of Analysis.

Constructor Summary

Constructor Description
AnalysisDefinitionInner()

Creates an instance of AnalysisDefinitionInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the Analysis.

static AnalysisDefinitionInner fromJson(JsonReader jsonReader)

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

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

AnalysisDefinitionInner withKind(String kind)

Set the kind property: Kind of resource.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

AnalysisDefinitionInner

public AnalysisDefinitionInner()

Creates an instance of AnalysisDefinitionInner class.

Method Details

description

public String description()

Get the description property: Description of the Analysis.

Returns:

the description value.

fromJson

public static AnalysisDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of AnalysisDefinitionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

AnalysisDefinitionInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

AnalysisDefinitionInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AnalysisDefinitionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

AnalysisDefinitionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

AnalysisDefinitionInner.validate()

withKind

public AnalysisDefinitionInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

AnalysisDefinitionInner.withKind(String kind)

Parameters:

kind

Applies to