Class SsisObjectMetadata
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
- Direct Known Subclasses:
SsisEnvironment
,SsisFolder
,SsisPackage
,SsisProject
SSIS object metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Metadata description.id()
Get the id property: Metadata id.name()
Get the name property: Metadata name.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Metadata description.Set the id property: Metadata id.Set the name property: Metadata name.
-
Constructor Details
-
SsisObjectMetadata
public SsisObjectMetadata()Creates an instance of SsisObjectMetadata class.
-
-
Method Details
-
id
Get the id property: Metadata id.- Returns:
- the id value.
-
withId
Set the id property: Metadata id.- Parameters:
id
- the id value to set.- Returns:
- the SsisObjectMetadata object itself.
-
name
Get the name property: Metadata name.- Returns:
- the name value.
-
withName
Set the name property: Metadata name.- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadata object itself.
-
description
Get the description property: Metadata description.- Returns:
- the description value.
-
withDescription
Set the description property: Metadata description.- Parameters:
description
- the description value to set.- Returns:
- the SsisObjectMetadata object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-