ValidateOperationResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. servicelinker. fluent. models. ValidateOperationResultInner
- com.
Implements
public final class ValidateOperationResultInner
implements JsonSerializable<ValidateOperationResultInner>
The validation operation result for a Linker.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidateOperationResultInner() |
Creates an instance of Validate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Auth |
authType()
Get the auth |
|
static
Validate |
fromJson(JsonReader jsonReader)
Reads an instance of Validate |
| Boolean |
isConnectionAvailable()
Get the is |
| String |
linkerName()
Get the linker |
|
Offset |
reportEndTimeUtc()
Get the report |
|
Offset |
reportStartTimeUtc()
Get the report |
| String |
resourceId()
Get the resource |
| String |
sourceId()
Get the source |
| String |
status()
Get the status property: Validation operation status. |
| String |
targetId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Validation |
validationDetail()
Get the validation |
|
Validate |
withAuthType(AuthType authType)
Set the auth |
|
Validate |
withIsConnectionAvailable(Boolean isConnectionAvailable)
Set the is |
|
Validate |
withLinkerName(String linkerName)
Set the linker |
|
Validate |
withReportEndTimeUtc(OffsetDateTime reportEndTimeUtc)
Set the report |
|
Validate |
withReportStartTimeUtc(OffsetDateTime reportStartTimeUtc)
Set the report |
|
Validate |
withResourceId(String resourceId)
Set the resource |
|
Validate |
withSourceId(String sourceId)
Set the source |
|
Validate |
withStatus(String status)
Set the status property: Validation operation status. |
|
Validate |
withTargetId(String targetId)
Set the target |
|
Validate |
withValidationDetail(List<ValidationResultItem> validationDetail)
Set the validation |
Methods inherited from java.lang.Object
Constructor Details
ValidateOperationResultInner
public ValidateOperationResultInner()
Creates an instance of ValidateOperationResultInner class.
Method Details
authType
public AuthType authType()
Get the authType property: The authentication type.
Returns:
fromJson
public static ValidateOperationResultInner fromJson(JsonReader jsonReader)
Reads an instance of ValidateOperationResultInner from the JsonReader.
Parameters:
Returns:
Throws:
isConnectionAvailable
public Boolean isConnectionAvailable()
Get the isConnectionAvailable property: A boolean value indicating whether the connection is available or not.
Returns:
linkerName
public String linkerName()
Get the linkerName property: The linker name.
Returns:
reportEndTimeUtc
public OffsetDateTime reportEndTimeUtc()
Get the reportEndTimeUtc property: The end time of the validation report.
Returns:
reportStartTimeUtc
public OffsetDateTime reportStartTimeUtc()
Get the reportStartTimeUtc property: The start time of the validation report.
Returns:
resourceId
public String resourceId()
Get the resourceId property: Validated Linker id.
Returns:
sourceId
public String sourceId()
Get the sourceId property: The resource id of the Linker source application.
Returns:
status
public String status()
Get the status property: Validation operation status.
Returns:
targetId
public String targetId()
Get the targetId property: The resource Id of target service.
Returns:
toJson
validate
public void validate()
Validates the instance.
validationDetail
public List<ValidationResultItem> validationDetail()
Get the validationDetail property: The detail of validation result.
Returns:
withAuthType
public ValidateOperationResultInner withAuthType(AuthType authType)
Set the authType property: The authentication type.
Parameters:
Returns:
withIsConnectionAvailable
public ValidateOperationResultInner withIsConnectionAvailable(Boolean isConnectionAvailable)
Set the isConnectionAvailable property: A boolean value indicating whether the connection is available or not.
Parameters:
Returns:
withLinkerName
public ValidateOperationResultInner withLinkerName(String linkerName)
Set the linkerName property: The linker name.
Parameters:
Returns:
withReportEndTimeUtc
public ValidateOperationResultInner withReportEndTimeUtc(OffsetDateTime reportEndTimeUtc)
Set the reportEndTimeUtc property: The end time of the validation report.
Parameters:
Returns:
withReportStartTimeUtc
public ValidateOperationResultInner withReportStartTimeUtc(OffsetDateTime reportStartTimeUtc)
Set the reportStartTimeUtc property: The start time of the validation report.
Parameters:
Returns:
withResourceId
public ValidateOperationResultInner withResourceId(String resourceId)
Set the resourceId property: Validated Linker id.
Parameters:
Returns:
withSourceId
public ValidateOperationResultInner withSourceId(String sourceId)
Set the sourceId property: The resource id of the Linker source application.
Parameters:
Returns:
withStatus
public ValidateOperationResultInner withStatus(String status)
Set the status property: Validation operation status.
Parameters:
Returns:
withTargetId
public ValidateOperationResultInner withTargetId(String targetId)
Set the targetId property: The resource Id of target service.
Parameters:
Returns:
withValidationDetail
public ValidateOperationResultInner withValidationDetail(List<ValidationResultItem> validationDetail)
Set the validationDetail property: The detail of validation result.
Parameters:
Returns: