Class ManagedIntegrationRuntimeError
java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeError
Error definition for managed integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedIntegrationRuntimeError class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Error definition for managed integration runtime.code()
Get the code property: Error code.message()
Get the message property: Error message.Get the parameters property: Managed integration runtime error parameters.time()
Get the time property: The time when the error occurred.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Error definition for managed integration runtime.
-
Constructor Details
-
ManagedIntegrationRuntimeError
public ManagedIntegrationRuntimeError()Creates an instance of ManagedIntegrationRuntimeError class.
-
-
Method Details
-
time
Get the time property: The time when the error occurred.- Returns:
- the time value.
-
code
Get the code property: Error code.- Returns:
- the code value.
-
parameters
Get the parameters property: Managed integration runtime error parameters.- Returns:
- the parameters value.
-
message
Get the message property: Error message.- Returns:
- the message value.
-
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.
-