SsisObjectMetadata Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SsisObjectMetadata
- com.
Implements
public class SsisObjectMetadata
implements JsonSerializable<SsisObjectMetadata>
SSIS object metadata.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisObjectMetadata() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Metadata description. |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Long |
id()
Get the id property: Metadata id. |
| String |
name()
Get the name property: Metadata name. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Ssis |
type()
Get the type property: Type of metadata. |
| void |
validate()
Validates the instance. |
|
Ssis |
withDescription(String description)
Set the description property: Metadata description. |
|
Ssis |
withId(Long id)
Set the id property: Metadata id. |
|
Ssis |
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:
fromJson
public static SsisObjectMetadata fromJson(JsonReader jsonReader)
Reads an instance of SsisObjectMetadata from the JsonReader.
Parameters:
Returns:
Throws:
id
public Long id()
Get the id property: Metadata id.
Returns:
name
public String name()
Get the name property: Metadata name.
Returns:
toJson
type
public SsisObjectMetadataType type()
Get the type property: Type of metadata.
Returns:
validate
public void validate()
Validates the instance.
withDescription
public SsisObjectMetadata withDescription(String description)
Set the description property: Metadata description.
Parameters:
Returns:
withId
public SsisObjectMetadata withId(Long id)
Set the id property: Metadata id.
Parameters:
Returns:
withName
public SsisObjectMetadata withName(String name)
Set the name property: Metadata name.
Parameters:
Returns: