SsisObjectMetadataStatusResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.SsisObjectMetadataStatusResponseInner

Implements

public final class SsisObjectMetadataStatusResponseInner
implements JsonSerializable<SsisObjectMetadataStatusResponseInner>

The status of the operation.

Constructor Summary

Constructor Description
SsisObjectMetadataStatusResponseInner()

Creates an instance of SsisObjectMetadataStatusResponseInner class.

Method Summary

Modifier and Type Method and Description
String error()

Get the error property: The operation error message.

static SsisObjectMetadataStatusResponseInner fromJson(JsonReader jsonReader)

Reads an instance of SsisObjectMetadataStatusResponseInner from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SsisObjectMetadataStatusResponseInner withError(String error)

Set the error property: The operation error message.

SsisObjectMetadataStatusResponseInner withName(String name)

Set the name property: The operation name.

SsisObjectMetadataStatusResponseInner withProperties(String properties)

Set the properties property: The operation properties.

SsisObjectMetadataStatusResponseInner 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:

the error value.

fromJson

public static SsisObjectMetadataStatusResponseInner fromJson(JsonReader jsonReader)

Reads an instance of SsisObjectMetadataStatusResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SsisObjectMetadataStatusResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SsisObjectMetadataStatusResponseInner.

name

public String name()

Get the name property: The operation name.

Returns:

the name value.

properties

public String properties()

Get the properties property: The operation properties.

Returns:

the properties value.

status

public String status()

Get the status property: The status of the operation.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withError

public SsisObjectMetadataStatusResponseInner withError(String error)

Set the error property: The operation error message.

Parameters:

error - the error value to set.

Returns:

the SsisObjectMetadataStatusResponseInner object itself.

withName

public SsisObjectMetadataStatusResponseInner withName(String name)

Set the name property: The operation name.

Parameters:

name - the name value to set.

Returns:

the SsisObjectMetadataStatusResponseInner object itself.

withProperties

public SsisObjectMetadataStatusResponseInner withProperties(String properties)

Set the properties property: The operation properties.

Parameters:

properties - the properties value to set.

Returns:

the SsisObjectMetadataStatusResponseInner object itself.

withStatus

public SsisObjectMetadataStatusResponseInner withStatus(String status)

Set the status property: The status of the operation.

Parameters:

status - the status value to set.

Returns:

the SsisObjectMetadataStatusResponseInner object itself.

Applies to