@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-02-12T13:23:41.129Z") public class ApiHdfsSnapshotResult extends Object
Constructor and Description |
---|
ApiHdfsSnapshotResult() |
public ApiHdfsSnapshotResult processedPathCount(Integer processedPathCount)
public Integer getProcessedPathCount()
public void setProcessedPathCount(Integer processedPathCount)
public ApiHdfsSnapshotResult processedPaths(List<String> processedPaths)
public ApiHdfsSnapshotResult addProcessedPathsItem(String processedPathsItem)
public List<String> getProcessedPaths()
public ApiHdfsSnapshotResult unprocessedPathCount(Integer unprocessedPathCount)
public Integer getUnprocessedPathCount()
public void setUnprocessedPathCount(Integer unprocessedPathCount)
public ApiHdfsSnapshotResult unprocessedPaths(List<String> unprocessedPaths)
public ApiHdfsSnapshotResult addUnprocessedPathsItem(String unprocessedPathsItem)
public List<String> getUnprocessedPaths()
public ApiHdfsSnapshotResult createdSnapshotCount(Integer createdSnapshotCount)
public Integer getCreatedSnapshotCount()
public void setCreatedSnapshotCount(Integer 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(Integer deletedSnapshotCount)
public Integer getDeletedSnapshotCount()
public void setDeletedSnapshotCount(Integer 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(Integer creationErrorCount)
public Integer getCreationErrorCount()
public void setCreationErrorCount(Integer 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(Integer deletionErrorCount)
public Integer getDeletionErrorCount()
public void setDeletionErrorCount(Integer deletionErrorCount)
public ApiHdfsSnapshotResult deletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
public ApiHdfsSnapshotResult addDeletionErrorsItem(ApiHdfsSnapshotError deletionErrorsItem)
public List<ApiHdfsSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
Copyright © 2021. All rights reserved.