Class ManagedIntegrationRuntimeOperationResult
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeOperationResult
-
public final class ManagedIntegrationRuntimeOperationResult extends Object
Properties of managed integration runtime operation result.
-
-
Constructor Summary
Constructors Constructor Description ManagedIntegrationRuntimeOperationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.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.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.
-
-
-
Method Detail
-
type
public String type()
Get the type property: The operation type. Could be start or stop.- Returns:
- the type value.
-
startTime
public OffsetDateTime startTime()
Get the startTime property: The start time of the operation.- Returns:
- the startTime value.
-
result
public String result()
Get the result property: The operation result.- Returns:
- the result value.
-
errorCode
public String errorCode()
Get the errorCode property: The error code.- Returns:
- the errorCode value.
-
parameters
public List<String> parameters()
Get the parameters property: Managed integration runtime error parameters.- Returns:
- the parameters value.
-
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.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-