public static final class RepoSyncStatusReport.Builder
extends java.lang.Object
RepoSyncStatusReport.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
RepoSyncStatusReport. |
| Modifier and Type | Method and Description |
|---|---|
RepoSyncStatusReport |
build() |
RepoSyncStatusReport.Builder |
setFailureCode(java.lang.Long failureCode)
In case of repo sync related failure, the code for the error will be stored
here.
|
RepoSyncStatusReport.Builder |
setFailureMessage(java.lang.String failureMessage)
In case if repo sync fails due to some issue, an error message will be stored
here.
|
RepoSyncStatusReport.Builder |
setStatus(java.lang.String status)
Possible values are:
RepoSyncStatusReport.STATUS_NOT_STARTED RepoSyncStatusReport.STATUS_IN_PROGRESS RepoSyncStatusReport.STATUS_FAILED RepoSyncStatusReport.STATUS_SUCCESS Status of
the repo sync operation on the single nsx-manager |
RepoSyncStatusReport.Builder |
setStatusMessage(java.lang.String statusMessage)
Describes the steps which repo sync operation is performing currently.
|
public Builder()
RepoSyncStatusReport.public RepoSyncStatusReport.Builder setFailureCode(java.lang.Long failureCode)
failureCode - New value for the property.public RepoSyncStatusReport.Builder setFailureMessage(java.lang.String failureMessage)
failureMessage - New value for the property.public RepoSyncStatusReport.Builder setStatus(java.lang.String status)
status - New value for the property.public RepoSyncStatusReport.Builder setStatusMessage(java.lang.String statusMessage)
statusMessage - New value for the property.public RepoSyncStatusReport build()