ManagedIntegrationRuntimeError Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. ManagedIntegrationRuntimeError
- com.
Implements
public final class ManagedIntegrationRuntimeError
implements JsonSerializable<ManagedIntegrationRuntimeError>
Error definition for managed integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedIntegrationRuntimeError() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
code()
Get the code property: Error code. |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
message()
Get the message property: Error message. |
| List<String> |
parameters()
Get the parameters property: Managed integration runtime error parameters. |
|
Offset |
time()
Get the time property: The time when the error occurred. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
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:
code
public String code()
Get the code property: Error code.
Returns:
fromJson
public static ManagedIntegrationRuntimeError fromJson(JsonReader jsonReader)
Reads an instance of ManagedIntegrationRuntimeError from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Error message.
Returns:
parameters
public List<String> parameters()
Get the parameters property: Managed integration runtime error parameters.
Returns:
time
public OffsetDateTime time()
Get the time property: The time when the error occurred.
Returns:
toJson
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:
Returns: