ManagedIntegrationRuntimeError Class

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

Implements

public final class ManagedIntegrationRuntimeError
implements JsonSerializable<ManagedIntegrationRuntimeError>

Error definition for managed integration runtime.

Constructor Summary

Constructor Description
ManagedIntegrationRuntimeError()

Creates an instance of ManagedIntegrationRuntimeError class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Error definition for managed integration runtime.

String code()

Get the code property: Error code.

static ManagedIntegrationRuntimeError fromJson(JsonReader jsonReader)

Reads an instance of ManagedIntegrationRuntimeError from the JsonReader.

String message()

Get the message property: Error message.

List<String> parameters()

Get the parameters property: Managed integration runtime error parameters.

OffsetDateTime time()

Get the time property: The time when the error occurred.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedIntegrationRuntimeError withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Error definition for managed integration runtime.

Methods inherited from java.lang.Object

Constructor Details

ManagedIntegrationRuntimeError

public ManagedIntegrationRuntimeError()

Creates an instance of ManagedIntegrationRuntimeError class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Error definition for managed integration runtime.

Returns:

the additionalProperties value.

code

public String code()

Get the code property: Error code.

Returns:

the code value.

fromJson

public static ManagedIntegrationRuntimeError fromJson(JsonReader jsonReader)

Reads an instance of ManagedIntegrationRuntimeError from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

message

public String message()

Get the message property: Error message.

Returns:

the message value.

parameters

public List<String> parameters()

Get the parameters property: Managed integration runtime error parameters.

Returns:

the parameters value.

time

public OffsetDateTime time()

Get the time property: The time when the error occurred.

Returns:

the time value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

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

Set the additionalProperties property: Error definition for managed integration runtime.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ManagedIntegrationRuntimeError object itself.

Applies to