static TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.builder() |
Create a new builder.
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.copy(TenancyAttachmentDataPopulation model) |
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.inProgressCount(Integer inProgressCount) |
The number of data population tasks currently in progress.
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.status(TenancyAttachment.DataPopulationStatus status) |
The overall status of the data population from the monitored region of the tenancy.
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.succeededCount(Integer succeededCount) |
The number of data population tasks that have succeeded.
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.timeEnded(Date timeEnded) |
The date and time the data population task completed, in the format defined by RFC
3339.
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.timeStarted(Date timeStarted) |
The date and time the data population task was started, in the format defined by RFC
3339.
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.toBuilder() |
|
TenancyAttachmentDataPopulation.Builder |
TenancyAttachmentDataPopulation.Builder.totalCount(Integer totalCount) |
The total number of data population tasks.
|