@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHdfsSnapshotResult extends Object
Constructor and Description |
---|
ApiHdfsSnapshotResult() |
public ApiHdfsSnapshotResult processedPathCount(BigDecimal processedPathCount)
public BigDecimal getProcessedPathCount()
public void setProcessedPathCount(BigDecimal processedPathCount)
public ApiHdfsSnapshotResult processedPaths(List<String> processedPaths)
public ApiHdfsSnapshotResult addProcessedPathsItem(String processedPathsItem)
public List<String> getProcessedPaths()
public ApiHdfsSnapshotResult unprocessedPathCount(BigDecimal unprocessedPathCount)
public BigDecimal getUnprocessedPathCount()
public void setUnprocessedPathCount(BigDecimal unprocessedPathCount)
public ApiHdfsSnapshotResult unprocessedPaths(List<String> unprocessedPaths)
public ApiHdfsSnapshotResult addUnprocessedPathsItem(String unprocessedPathsItem)
public List<String> getUnprocessedPaths()
public ApiHdfsSnapshotResult createdSnapshotCount(BigDecimal createdSnapshotCount)
public BigDecimal getCreatedSnapshotCount()
public void setCreatedSnapshotCount(BigDecimal createdSnapshotCount)
public ApiHdfsSnapshotResult createdSnapshots(List<ApiHdfsSnapshot> createdSnapshots)
public ApiHdfsSnapshotResult addCreatedSnapshotsItem(ApiHdfsSnapshot createdSnapshotsItem)
public List<ApiHdfsSnapshot> getCreatedSnapshots()
public void setCreatedSnapshots(List<ApiHdfsSnapshot> createdSnapshots)
public ApiHdfsSnapshotResult deletedSnapshotCount(BigDecimal deletedSnapshotCount)
public BigDecimal getDeletedSnapshotCount()
public void setDeletedSnapshotCount(BigDecimal deletedSnapshotCount)
public ApiHdfsSnapshotResult deletedSnapshots(List<ApiHdfsSnapshot> deletedSnapshots)
public ApiHdfsSnapshotResult addDeletedSnapshotsItem(ApiHdfsSnapshot deletedSnapshotsItem)
public List<ApiHdfsSnapshot> getDeletedSnapshots()
public void setDeletedSnapshots(List<ApiHdfsSnapshot> deletedSnapshots)
public ApiHdfsSnapshotResult creationErrorCount(BigDecimal creationErrorCount)
public BigDecimal getCreationErrorCount()
public void setCreationErrorCount(BigDecimal creationErrorCount)
public ApiHdfsSnapshotResult creationErrors(List<ApiHdfsSnapshotError> creationErrors)
public ApiHdfsSnapshotResult addCreationErrorsItem(ApiHdfsSnapshotError creationErrorsItem)
public List<ApiHdfsSnapshotError> getCreationErrors()
public void setCreationErrors(List<ApiHdfsSnapshotError> creationErrors)
public ApiHdfsSnapshotResult deletionErrorCount(BigDecimal deletionErrorCount)
public BigDecimal getDeletionErrorCount()
public void setDeletionErrorCount(BigDecimal deletionErrorCount)
public ApiHdfsSnapshotResult deletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
public ApiHdfsSnapshotResult addDeletionErrorsItem(ApiHdfsSnapshotError deletionErrorsItem)
public List<ApiHdfsSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
Copyright © 2019. All rights reserved.