public class JobStepOutput extends Object
Constructor and Description |
---|
JobStepOutput() |
Modifier and Type | Method and Description |
---|---|
String |
credential()
Get the credential value.
|
String |
databaseName()
Get the databaseName value.
|
String |
resourceGroupName()
Get the resourceGroupName value.
|
String |
schemaName()
Get the schemaName value.
|
String |
serverName()
Get the serverName value.
|
UUID |
subscriptionId()
Get the subscriptionId value.
|
String |
tableName()
Get the tableName value.
|
JobStepOutputType |
type()
Get the type value.
|
JobStepOutput |
withCredential(String credential)
Set the credential value.
|
JobStepOutput |
withDatabaseName(String databaseName)
Set the databaseName value.
|
JobStepOutput |
withResourceGroupName(String resourceGroupName)
Set the resourceGroupName value.
|
JobStepOutput |
withSchemaName(String schemaName)
Set the schemaName value.
|
JobStepOutput |
withServerName(String serverName)
Set the serverName value.
|
JobStepOutput |
withSubscriptionId(UUID subscriptionId)
Set the subscriptionId value.
|
JobStepOutput |
withTableName(String tableName)
Set the tableName value.
|
JobStepOutput |
withType(JobStepOutputType type)
Set the type value.
|
public JobStepOutputType type()
public JobStepOutput withType(JobStepOutputType type)
type
- the type value to setpublic UUID subscriptionId()
public JobStepOutput withSubscriptionId(UUID subscriptionId)
subscriptionId
- the subscriptionId value to setpublic String resourceGroupName()
public JobStepOutput withResourceGroupName(String resourceGroupName)
resourceGroupName
- the resourceGroupName value to setpublic String serverName()
public JobStepOutput withServerName(String serverName)
serverName
- the serverName value to setpublic String databaseName()
public JobStepOutput withDatabaseName(String databaseName)
databaseName
- the databaseName value to setpublic String schemaName()
public JobStepOutput withSchemaName(String schemaName)
schemaName
- the schemaName value to setpublic String tableName()
public JobStepOutput withTableName(String tableName)
tableName
- the tableName value to setpublic String credential()
public JobStepOutput withCredential(String credential)
credential
- the credential value to setCopyright © 2019. All rights reserved.