ManagedIntegrationRuntimeOperationResult Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.ManagedIntegrationRuntimeOperationResult

Implements

public final class ManagedIntegrationRuntimeOperationResult
implements JsonSerializable<ManagedIntegrationRuntimeOperationResult>

Properties of managed integration runtime operation result.

Constructor Summary

Constructor Description
ManagedIntegrationRuntimeOperationResult()

Creates an instance of ManagedIntegrationRuntimeOperationResult class.

Method Summary

Modifier and Type Method and Description
String activityId()

Get the activityId property: The activity id for the operation request.

Map<String,Object> additionalProperties()

Get the additionalProperties property: Properties of managed integration runtime operation result.

String errorCode()

Get the errorCode property: The error code.

static ManagedIntegrationRuntimeOperationResult fromJson(JsonReader jsonReader)

Reads an instance of ManagedIntegrationRuntimeOperationResult from the JsonReader.

List<String> parameters()

Get the parameters property: Managed integration runtime error parameters.

String result()

Get the result property: The operation result.

OffsetDateTime startTime()

Get the startTime property: The start time of the operation.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The operation type.

void validate()

Validates the instance.

ManagedIntegrationRuntimeOperationResult withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Properties of managed integration runtime operation result.

Methods inherited from java.lang.Object

Constructor Details

ManagedIntegrationRuntimeOperationResult

public ManagedIntegrationRuntimeOperationResult()

Creates an instance of ManagedIntegrationRuntimeOperationResult class.

Method Details

activityId

public String activityId()

Get the activityId property: The activity id for the operation request.

Returns:

the activityId value.

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Properties of managed integration runtime operation result.

Returns:

the additionalProperties value.

errorCode

public String errorCode()

Get the errorCode property: The error code.

Returns:

the errorCode value.

fromJson

public static ManagedIntegrationRuntimeOperationResult fromJson(JsonReader jsonReader)

Reads an instance of ManagedIntegrationRuntimeOperationResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

parameters

public List<String> parameters()

Get the parameters property: Managed integration runtime error parameters.

Returns:

the parameters value.

result

public String result()

Get the result property: The operation result.

Returns:

the result value.

startTime

public OffsetDateTime startTime()

Get the startTime property: The start time of the operation.

Returns:

the startTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The operation type. Could be start or stop.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public ManagedIntegrationRuntimeOperationResult withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Properties of managed integration runtime operation result.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ManagedIntegrationRuntimeOperationResult object itself.

Applies to