Package com.volcengine.acep.model
Class BackupDataRequest
- java.lang.Object
-
- com.volcengine.acep.model.BackupDataRequest
-
public class BackupDataRequest extends Object
BackupDataRequest
-
-
Constructor Summary
Constructors Constructor Description BackupDataRequest()
-
Method Summary
-
-
-
Method Detail
-
backupAll
public BackupDataRequest backupAll(Boolean backupAll)
-
isBackupAll
public Boolean isBackupAll()
Get backupAll- Returns:
- backupAll
-
setBackupAll
public void setBackupAll(Boolean backupAll)
-
description
public BackupDataRequest description(String description)
-
getDescription
public String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
excludePathList
public BackupDataRequest excludePathList(List<String> excludePathList)
-
addExcludePathListItem
public BackupDataRequest addExcludePathListItem(String excludePathListItem)
-
getExcludePathList
public List<String> getExcludePathList()
Get excludePathList- Returns:
- excludePathList
-
includePathList
public BackupDataRequest includePathList(List<String> includePathList)
-
addIncludePathListItem
public BackupDataRequest addIncludePathListItem(String includePathListItem)
-
getIncludePathList
public List<String> getIncludePathList()
Get includePathList- Returns:
- includePathList
-
podIdList
public BackupDataRequest podIdList(List<String> podIdList)
-
addPodIdListItem
public BackupDataRequest addPodIdListItem(String podIdListItem)
-
productId
public BackupDataRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
-