Class ManagedIntegrationRuntimeError
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeError
-
public final class ManagedIntegrationRuntimeError extends Object
Error definition for managed integration runtime.
-
-
Constructor Summary
Constructors Constructor Description ManagedIntegrationRuntimeError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Error definition for managed integration runtime.String
code()
Get the code property: Error code.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.void
validate()
Validates the instance.ManagedIntegrationRuntimeError
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Error definition for managed integration runtime.
-
-
-
Method Detail
-
time
public OffsetDateTime time()
Get the time property: The time when the error occurred.- Returns:
- the time value.
-
code
public String code()
Get the code property: Error code.- Returns:
- the code value.
-
parameters
public List<String> parameters()
Get the parameters property: Managed integration runtime error parameters.- Returns:
- the parameters value.
-
message
public String message()
Get the message property: Error message.- Returns:
- the message value.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Error definition for managed integration runtime.- Returns:
- the additionalProperties value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-