SqlPoolColumnInner Class

public final class SqlPoolColumnInner
extends ProxyResource

A Sql pool column resource.

Constructor Summary

Constructor Description
SqlPoolColumnInner()

Creates an instance of SqlPoolColumnInner class.

Method Summary

Modifier and Type Method and Description
ColumnDataType columnType()

Get the columnType property: The column data type.

static SqlPoolColumnInner fromJson(JsonReader jsonReader)

Reads an instance of SqlPoolColumnInner from the JsonReader.

String id()

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

Boolean isComputed()

Get the isComputed property: Indicates whether column value is computed or not.

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.

SqlPoolColumnInner withColumnType(ColumnDataType columnType)

Set the columnType property: The column data type.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SqlPoolColumnInner

public SqlPoolColumnInner()

Creates an instance of SqlPoolColumnInner class.

Method Details

columnType

public ColumnDataType columnType()

Get the columnType property: The column data type.

Returns:

the columnType value.

fromJson

public static SqlPoolColumnInner fromJson(JsonReader jsonReader)

Reads an instance of SqlPoolColumnInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

SqlPoolColumnInner.id()

Returns:

the id value.

isComputed

public Boolean isComputed()

Get the isComputed property: Indicates whether column value is computed or not.

Returns:

the isComputed value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SqlPoolColumnInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SqlPoolColumnInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SqlPoolColumnInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withColumnType

public SqlPoolColumnInner withColumnType(ColumnDataType columnType)

Set the columnType property: The column data type.

Parameters:

columnType - the columnType value to set.

Returns:

the SqlPoolColumnInner object itself.

Applies to