Class OperationResultInner
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.OperationResultInner
Operation Result Entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncode()
Get the code property: The code of the error.endTime()
Get the endTime property: The operation end time.id()
Get the id property: ID of the resource.message()
Get the message property: The error message.name()
Get the name property: Name of the resource.Get the operationKind property: The kind of the operation.Get the operationState property: The state of the operation.Get the percentComplete property: Percentage completed.Get the provisioningState property: The provisioned state of the resource.Get the startTime property: The operation start time.status()
Get the status property: status of the Operation result.void
validate()
Validates the instance.Set the code property: The code of the error.withEndTime
(OffsetDateTime endTime) Set the endTime property: The operation end time.withMessage
(String message) Set the message property: The error message.withOperationKind
(String operationKind) Set the operationKind property: The kind of the operation.withOperationState
(String operationState) Set the operationState property: The state of the operation.withPercentComplete
(Double percentComplete) Set the percentComplete property: Percentage completed.withStartTime
(OffsetDateTime startTime) Set the startTime property: The operation start time.
-
Constructor Details
-
OperationResultInner
public OperationResultInner()
-
-
Method Details
-
id
Get the id property: ID of the resource.- Returns:
- the id value.
-
name
Get the name property: Name of the resource.- Returns:
- the name value.
-
status
Get the status property: status of the Operation result.- Returns:
- the status value.
-
startTime
Get the startTime property: The operation start time.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: The operation start time.- Parameters:
startTime
- the startTime value to set.- Returns:
- the OperationResultInner object itself.
-
endTime
Get the endTime property: The operation end time.- Returns:
- the endTime value.
-
withEndTime
Set the endTime property: The operation end time.- Parameters:
endTime
- the endTime value to set.- Returns:
- the OperationResultInner object itself.
-
percentComplete
Get the percentComplete property: Percentage completed.- Returns:
- the percentComplete value.
-
withPercentComplete
Set the percentComplete property: Percentage completed.- Parameters:
percentComplete
- the percentComplete value to set.- Returns:
- the OperationResultInner object itself.
-
operationKind
Get the operationKind property: The kind of the operation.- Returns:
- the operationKind value.
-
withOperationKind
Set the operationKind property: The kind of the operation.- Parameters:
operationKind
- the operationKind value to set.- Returns:
- the OperationResultInner object itself.
-
provisioningState
Get the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
operationState
Get the operationState property: The state of the operation.- Returns:
- the operationState value.
-
withOperationState
Set the operationState property: The state of the operation.- Parameters:
operationState
- the operationState value to set.- Returns:
- the OperationResultInner object itself.
-
code
Get the code property: The code of the error.- Returns:
- the code value.
-
withCode
Set the code property: The code of the error.- Parameters:
code
- the code value to set.- Returns:
- the OperationResultInner object itself.
-
message
Get the message property: The error message.- Returns:
- the message value.
-
withMessage
Set the message property: The error message.- Parameters:
message
- the message value to set.- Returns:
- the OperationResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-