@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-10-08T15:42:34.431Z") public class ApiHBaseSnapshotResult extends Object
Constructor and Description |
---|
ApiHBaseSnapshotResult() |
public ApiHBaseSnapshotResult processedTableCount(Integer processedTableCount)
public Integer getProcessedTableCount()
public void setProcessedTableCount(Integer processedTableCount)
public ApiHBaseSnapshotResult processedTables(List<String> processedTables)
public ApiHBaseSnapshotResult addProcessedTablesItem(String processedTablesItem)
public List<String> getProcessedTables()
public ApiHBaseSnapshotResult unprocessedTableCount(Integer unprocessedTableCount)
public Integer getUnprocessedTableCount()
public void setUnprocessedTableCount(Integer unprocessedTableCount)
public ApiHBaseSnapshotResult unprocessedTables(List<String> unprocessedTables)
public ApiHBaseSnapshotResult addUnprocessedTablesItem(String unprocessedTablesItem)
public List<String> getUnprocessedTables()
public ApiHBaseSnapshotResult createdSnapshotCount(Integer createdSnapshotCount)
public Integer getCreatedSnapshotCount()
public void setCreatedSnapshotCount(Integer 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(Integer deletedSnapshotCount)
public Integer getDeletedSnapshotCount()
public void setDeletedSnapshotCount(Integer 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(Integer creationErrorCount)
public Integer getCreationErrorCount()
public void setCreationErrorCount(Integer 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(Integer deletionErrorCount)
public Integer getDeletionErrorCount()
public void setDeletionErrorCount(Integer deletionErrorCount)
public ApiHBaseSnapshotResult deletionErrors(List<ApiHBaseSnapshotError> deletionErrors)
public ApiHBaseSnapshotResult addDeletionErrorsItem(ApiHBaseSnapshotError deletionErrorsItem)
public List<ApiHBaseSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiHBaseSnapshotError> deletionErrors)
Copyright © 2020. All rights reserved.