SsisObjectMetadata Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.SsisObjectMetadata

Implements

public class SsisObjectMetadata
implements JsonSerializable<SsisObjectMetadata>

SSIS object metadata.

Constructor Summary

Constructor Description
SsisObjectMetadata()

Creates an instance of SsisObjectMetadata class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Metadata description.

static SsisObjectMetadata fromJson(JsonReader jsonReader)

Reads an instance of SsisObjectMetadata from the JsonReader.

Long id()

Get the id property: Metadata id.

String name()

Get the name property: Metadata name.

JsonWriter toJson(JsonWriter jsonWriter)
SsisObjectMetadataType type()

Get the type property: Type of metadata.

void validate()

Validates the instance.

SsisObjectMetadata withDescription(String description)

Set the description property: Metadata description.

SsisObjectMetadata withId(Long id)

Set the id property: Metadata id.

SsisObjectMetadata withName(String name)

Set the name property: Metadata name.

Methods inherited from java.lang.Object

Constructor Details

SsisObjectMetadata

public SsisObjectMetadata()

Creates an instance of SsisObjectMetadata class.

Method Details

description

public String description()

Get the description property: Metadata description.

Returns:

the description value.

fromJson

public static SsisObjectMetadata fromJson(JsonReader jsonReader)

Reads an instance of SsisObjectMetadata from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public Long id()

Get the id property: Metadata id.

Returns:

the id value.

name

public String name()

Get the name property: Metadata name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public SsisObjectMetadataType type()

Get the type property: Type of metadata.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withDescription

public SsisObjectMetadata withDescription(String description)

Set the description property: Metadata description.

Parameters:

description - the description value to set.

Returns:

the SsisObjectMetadata object itself.

withId

public SsisObjectMetadata withId(Long id)

Set the id property: Metadata id.

Parameters:

id - the id value to set.

Returns:

the SsisObjectMetadata object itself.

withName

public SsisObjectMetadata withName(String name)

Set the name property: Metadata name.

Parameters:

name - the name value to set.

Returns:

the SsisObjectMetadata object itself.

Applies to