@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHBaseSnapshotResult extends Object
Constructor and Description |
---|
ApiHBaseSnapshotResult() |
public ApiHBaseSnapshotResult processedTableCount(BigDecimal processedTableCount)
public BigDecimal getProcessedTableCount()
public void setProcessedTableCount(BigDecimal processedTableCount)
public ApiHBaseSnapshotResult processedTables(List<String> processedTables)
public ApiHBaseSnapshotResult addProcessedTablesItem(String processedTablesItem)
public List<String> getProcessedTables()
public ApiHBaseSnapshotResult unprocessedTableCount(BigDecimal unprocessedTableCount)
public BigDecimal getUnprocessedTableCount()
public void setUnprocessedTableCount(BigDecimal unprocessedTableCount)
public ApiHBaseSnapshotResult unprocessedTables(List<String> unprocessedTables)
public ApiHBaseSnapshotResult addUnprocessedTablesItem(String unprocessedTablesItem)
public List<String> getUnprocessedTables()
public ApiHBaseSnapshotResult createdSnapshotCount(BigDecimal createdSnapshotCount)
public BigDecimal getCreatedSnapshotCount()
public void setCreatedSnapshotCount(BigDecimal createdSnapshotCount)
public ApiHBaseSnapshotResult createdSnapshots(List<ApiHBaseSnapshot> createdSnapshots)
public ApiHBaseSnapshotResult addCreatedSnapshotsItem(ApiHBaseSnapshot createdSnapshotsItem)
public List<ApiHBaseSnapshot> getCreatedSnapshots()
public void setCreatedSnapshots(List<ApiHBaseSnapshot> createdSnapshots)
public ApiHBaseSnapshotResult deletedSnapshotCount(BigDecimal deletedSnapshotCount)
public BigDecimal getDeletedSnapshotCount()
public void setDeletedSnapshotCount(BigDecimal deletedSnapshotCount)
public ApiHBaseSnapshotResult deletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots)
public ApiHBaseSnapshotResult addDeletedSnapshotsItem(ApiHBaseSnapshot deletedSnapshotsItem)
public List<ApiHBaseSnapshot> getDeletedSnapshots()
public void setDeletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots)
public ApiHBaseSnapshotResult creationErrorCount(BigDecimal creationErrorCount)
public BigDecimal getCreationErrorCount()
public void setCreationErrorCount(BigDecimal creationErrorCount)
public ApiHBaseSnapshotResult creationErrors(List<ApiHBaseSnapshotError> creationErrors)
public ApiHBaseSnapshotResult addCreationErrorsItem(ApiHBaseSnapshotError creationErrorsItem)
public List<ApiHBaseSnapshotError> getCreationErrors()
public void setCreationErrors(List<ApiHBaseSnapshotError> creationErrors)
public ApiHBaseSnapshotResult deletionErrorCount(BigDecimal deletionErrorCount)
public BigDecimal getDeletionErrorCount()
public void setDeletionErrorCount(BigDecimal deletionErrorCount)
public ApiHBaseSnapshotResult deletionErrors(List<ApiHBaseSnapshotError> deletionErrors)
public ApiHBaseSnapshotResult addDeletionErrorsItem(ApiHBaseSnapshotError deletionErrorsItem)
public List<ApiHBaseSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiHBaseSnapshotError> deletionErrors)
Copyright © 2019. All rights reserved.