public static class MirrorSyncStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MirrorSyncStatus |
build() |
MirrorSyncStatus.Builder |
copy(MirrorSyncStatus model) |
MirrorSyncStatus.Builder |
failed(Integer failed)
Total number of software sources that failed to sync.
|
MirrorSyncStatus.Builder |
queued(Integer queued)
Total number of software sources that are queued for sync.
|
MirrorSyncStatus.Builder |
synced(Integer synced)
Total number of software sources that successfully synced.
|
MirrorSyncStatus.Builder |
syncing(Integer syncing)
Total number of software sources currently syncing.
|
MirrorSyncStatus.Builder |
unsynced(Integer unsynced)
Total number of software sources that have not yet been synced.
|
public MirrorSyncStatus.Builder unsynced(Integer unsynced)
Total number of software sources that have not yet been synced.
unsynced
- the value to setpublic MirrorSyncStatus.Builder queued(Integer queued)
Total number of software sources that are queued for sync.
queued
- the value to setpublic MirrorSyncStatus.Builder syncing(Integer syncing)
Total number of software sources currently syncing.
syncing
- the value to setpublic MirrorSyncStatus.Builder synced(Integer synced)
Total number of software sources that successfully synced.
synced
- the value to setpublic MirrorSyncStatus.Builder failed(Integer failed)
Total number of software sources that failed to sync.
failed
- the value to setpublic MirrorSyncStatus build()
public MirrorSyncStatus.Builder copy(MirrorSyncStatus model)
Copyright © 2016–2024. All rights reserved.