@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") public class ApiOzoneSnapshotResult extends Object
Constructor and Description |
---|
ApiOzoneSnapshotResult() |
public ApiOzoneSnapshotResult processedBucketCount(BigDecimal processedBucketCount)
public BigDecimal getProcessedBucketCount()
public void setProcessedBucketCount(BigDecimal processedBucketCount)
public ApiOzoneSnapshotResult processedBuckets(List<String> processedBuckets)
public ApiOzoneSnapshotResult addProcessedBucketsItem(String processedBucketsItem)
public List<String> getProcessedBuckets()
public ApiOzoneSnapshotResult unprocessedBucketCount(BigDecimal unprocessedBucketCount)
public BigDecimal getUnprocessedBucketCount()
public void setUnprocessedBucketCount(BigDecimal unprocessedBucketCount)
public ApiOzoneSnapshotResult unprocessedBuckets(List<String> unprocessedBuckets)
public ApiOzoneSnapshotResult addUnprocessedBucketsItem(String unprocessedBucketsItem)
public List<String> getUnprocessedBuckets()
public ApiOzoneSnapshotResult createdSnapshotCount(BigDecimal createdSnapshotCount)
public BigDecimal getCreatedSnapshotCount()
public void setCreatedSnapshotCount(BigDecimal createdSnapshotCount)
public ApiOzoneSnapshotResult createdSnapshots(List<ApiOzoneSnapshotDetails> createdSnapshots)
public ApiOzoneSnapshotResult addCreatedSnapshotsItem(ApiOzoneSnapshotDetails createdSnapshotsItem)
public List<ApiOzoneSnapshotDetails> getCreatedSnapshots()
public void setCreatedSnapshots(List<ApiOzoneSnapshotDetails> createdSnapshots)
public ApiOzoneSnapshotResult deletedSnapshotCount(BigDecimal deletedSnapshotCount)
public BigDecimal getDeletedSnapshotCount()
public void setDeletedSnapshotCount(BigDecimal deletedSnapshotCount)
public ApiOzoneSnapshotResult deletedSnapshots(List<ApiOzoneSnapshotDetails> deletedSnapshots)
public ApiOzoneSnapshotResult addDeletedSnapshotsItem(ApiOzoneSnapshotDetails deletedSnapshotsItem)
public List<ApiOzoneSnapshotDetails> getDeletedSnapshots()
public void setDeletedSnapshots(List<ApiOzoneSnapshotDetails> deletedSnapshots)
public ApiOzoneSnapshotResult creationErrorCount(BigDecimal creationErrorCount)
public BigDecimal getCreationErrorCount()
public void setCreationErrorCount(BigDecimal creationErrorCount)
public ApiOzoneSnapshotResult creationErrors(List<ApiOzoneSnapshotError> creationErrors)
public ApiOzoneSnapshotResult addCreationErrorsItem(ApiOzoneSnapshotError creationErrorsItem)
public List<ApiOzoneSnapshotError> getCreationErrors()
public void setCreationErrors(List<ApiOzoneSnapshotError> creationErrors)
public ApiOzoneSnapshotResult deletionErrorCount(BigDecimal deletionErrorCount)
public BigDecimal getDeletionErrorCount()
public void setDeletionErrorCount(BigDecimal deletionErrorCount)
public ApiOzoneSnapshotResult deletionErrors(List<ApiOzoneSnapshotError> deletionErrors)
public ApiOzoneSnapshotResult addDeletionErrorsItem(ApiOzoneSnapshotError deletionErrorsItem)
public List<ApiOzoneSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiOzoneSnapshotError> deletionErrors)
Copyright © 2024. All rights reserved.