SsisObjectMetadataStatusResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. SsisObjectMetadataStatusResponseInner
- com.
Implements
public final class SsisObjectMetadataStatusResponseInner
implements JsonSerializable<SsisObjectMetadataStatusResponseInner>
The status of the operation.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisObjectMetadataStatusResponseInner() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
error()
Get the error property: The operation error message. |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| String |
name()
Get the name property: The operation name. |
| String |
properties()
Get the properties property: The operation properties. |
| String |
status()
Get the status property: The status of the operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Ssis |
withError(String error)
Set the error property: The operation error message. |
|
Ssis |
withName(String name)
Set the name property: The operation name. |
|
Ssis |
withProperties(String properties)
Set the properties property: The operation properties. |
|
Ssis |
withStatus(String status)
Set the status property: The status of the operation. |
Methods inherited from java.lang.Object
Constructor Details
SsisObjectMetadataStatusResponseInner
public SsisObjectMetadataStatusResponseInner()
Creates an instance of SsisObjectMetadataStatusResponseInner class.
Method Details
error
public String error()
Get the error property: The operation error message.
Returns:
fromJson
public static SsisObjectMetadataStatusResponseInner fromJson(JsonReader jsonReader)
Reads an instance of SsisObjectMetadataStatusResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The operation name.
Returns:
properties
public String properties()
Get the properties property: The operation properties.
Returns:
status
public String status()
Get the status property: The status of the operation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withError
public SsisObjectMetadataStatusResponseInner withError(String error)
Set the error property: The operation error message.
Parameters:
Returns:
withName
public SsisObjectMetadataStatusResponseInner withName(String name)
Set the name property: The operation name.
Parameters:
Returns:
withProperties
public SsisObjectMetadataStatusResponseInner withProperties(String properties)
Set the properties property: The operation properties.
Parameters:
Returns:
withStatus
public SsisObjectMetadataStatusResponseInner withStatus(String status)
Set the status property: The status of the operation.
Parameters:
Returns: