次の方法で共有


SsisChildPackage Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.SsisChildPackage

Implements

public final class SsisChildPackage
implements JsonSerializable<SsisChildPackage>

SSIS embedded child package.

Constructor Summary

Constructor Description
SsisChildPackage()

Creates an instance of SsisChildPackage class.

Method Summary

Modifier and Type Method and Description
static SsisChildPackage fromJson(JsonReader jsonReader)

Reads an instance of SsisChildPackage from the JsonReader.

Object packageContent()

Get the packageContent property: Content for embedded child package.

String packageLastModifiedDate()

Get the packageLastModifiedDate property: Last modified date for embedded child package.

String packageName()

Get the packageName property: Name for embedded child package.

Object packagePath()

Get the packagePath property: Path for embedded child package.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SsisChildPackage withPackageContent(Object packageContent)

Set the packageContent property: Content for embedded child package.

SsisChildPackage withPackageLastModifiedDate(String packageLastModifiedDate)

Set the packageLastModifiedDate property: Last modified date for embedded child package.

SsisChildPackage withPackageName(String packageName)

Set the packageName property: Name for embedded child package.

SsisChildPackage withPackagePath(Object packagePath)

Set the packagePath property: Path for embedded child package.

Methods inherited from java.lang.Object

Constructor Details

SsisChildPackage

public SsisChildPackage()

Creates an instance of SsisChildPackage class.

Method Details

fromJson

public static SsisChildPackage fromJson(JsonReader jsonReader)

Reads an instance of SsisChildPackage from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

packageContent

public Object packageContent()

Get the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).

Returns:

the packageContent value.

packageLastModifiedDate

public String packageLastModifiedDate()

Get the packageLastModifiedDate property: Last modified date for embedded child package.

Returns:

the packageLastModifiedDate value.

packageName

public String packageName()

Get the packageName property: Name for embedded child package.

Returns:

the packageName value.

packagePath

public Object packagePath()

Get the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).

Returns:

the packagePath value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withPackageContent

public SsisChildPackage withPackageContent(Object packageContent)

Set the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).

Parameters:

packageContent - the packageContent value to set.

Returns:

the SsisChildPackage object itself.

withPackageLastModifiedDate

public SsisChildPackage withPackageLastModifiedDate(String packageLastModifiedDate)

Set the packageLastModifiedDate property: Last modified date for embedded child package.

Parameters:

packageLastModifiedDate - the packageLastModifiedDate value to set.

Returns:

the SsisChildPackage object itself.

withPackageName

public SsisChildPackage withPackageName(String packageName)

Set the packageName property: Name for embedded child package.

Parameters:

packageName - the packageName value to set.

Returns:

the SsisChildPackage object itself.

withPackagePath

public SsisChildPackage withPackagePath(Object packagePath)

Set the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).

Parameters:

packagePath - the packagePath value to set.

Returns:

the SsisChildPackage object itself.

Applies to