public class MigrationTaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
MigrationTaskInfo() |
MigrationTaskInfo(MigrationTaskInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketAddress()
Get Data source bucket address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBucketName()
Get Data source bucket name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBucketPath()
Get Source bucket path
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBucketRegion()
Get Data source bucket region
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getCoverType()
Get Overwrite policy for files with the same name.
|
Long |
getCreateTime()
Get Creation time
|
Long |
getEndTime()
Get End time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFileCompletedList()
Get List of migrated files
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFileFailedCount()
Get Number of files that failed to be migrated
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFileFailedList()
Get List of files that failed to be migrated
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFileFailedSize()
Get Size of files that failed to be migrated, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFileMigratedCount()
Get Number of migrated files
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFileMigratedSize()
Get Size of migrated files, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFileSystemId()
Get File system instance ID
|
Long |
getFileTotalCount()
Get Number of files
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFileTotalList()
Get List of all files
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFileTotalSize()
Get File size, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFsName()
Get File system instance name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFsPath()
Get File system path
|
String |
getListAddress()
Get List address
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMigrationMode()
Get Migration mode.
|
Long |
getMigrationType()
Get Migration type.
|
Long |
getStatus()
Get Migration status.
|
String |
getTaskId()
Get Migration task ID
|
String |
getTaskName()
Get Migration task name
|
void |
setBucketAddress(String BucketAddress)
Set Data source bucket address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBucketName(String BucketName)
Set Data source bucket name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBucketPath(String BucketPath)
Set Source bucket path
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBucketRegion(String BucketRegion)
Set Data source bucket region
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCoverType(Long CoverType)
Set Overwrite policy for files with the same name.
|
void |
setCreateTime(Long CreateTime)
Set Creation time
|
void |
setEndTime(Long EndTime)
Set End time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileCompletedList(String FileCompletedList)
Set List of migrated files
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileFailedCount(Long FileFailedCount)
Set Number of files that failed to be migrated
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileFailedList(String FileFailedList)
Set List of files that failed to be migrated
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileFailedSize(Long FileFailedSize)
Set Size of files that failed to be migrated, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileMigratedCount(Long FileMigratedCount)
Set Number of migrated files
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileMigratedSize(Long FileMigratedSize)
Set Size of migrated files, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileSystemId(String FileSystemId)
Set File system instance ID
|
void |
setFileTotalCount(Long FileTotalCount)
Set Number of files
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileTotalList(String FileTotalList)
Set List of all files
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileTotalSize(Long FileTotalSize)
Set File size, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFsName(String FsName)
Set File system instance name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFsPath(String FsPath)
Set File system path
|
void |
setListAddress(String ListAddress)
Set List address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMigrationMode(Long MigrationMode)
Set Migration mode.
|
void |
setMigrationType(Long MigrationType)
Set Migration type.
|
void |
setStatus(Long Status)
Set Migration status.
|
void |
setTaskId(String TaskId)
Set Migration task ID
|
void |
setTaskName(String TaskName)
Set Migration task name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MigrationTaskInfo()
public MigrationTaskInfo(MigrationTaskInfo source)
public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Migration task namepublic String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Migration task IDpublic Long getMigrationType()
public void setMigrationType(Long MigrationType)
MigrationType
- Migration type. Valid values: `0` (bucket) and `1` (list). Default value: `0`.public Long getMigrationMode()
public void setMigrationMode(Long MigrationMode)
MigrationMode
- Migration mode. Default value: `0` (full migration).public String getBucketName()
public void setBucketName(String BucketName)
BucketName
- Data source bucket name
Note: This field may return null, indicating that no valid values can be obtained.public String getBucketRegion()
public void setBucketRegion(String BucketRegion)
BucketRegion
- Data source bucket region
Note: This field may return null, indicating that no valid values can be obtained.public String getBucketAddress()
public void setBucketAddress(String BucketAddress)
BucketAddress
- Data source bucket address
Note: This field may return null, indicating that no valid values can be obtained.public String getListAddress()
public void setListAddress(String ListAddress)
ListAddress
- List address
Note: This field may return null, indicating that no valid values can be obtained.public String getFsName()
public void setFsName(String FsName)
FsName
- File system instance name
Note: This field may return null, indicating that no valid values can be obtained.public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system instance IDpublic String getFsPath()
public void setFsPath(String FsPath)
FsPath
- File system pathpublic Long getCoverType()
public void setCoverType(Long CoverType)
CoverType
- Overwrite policy for files with the same name. Valid values: `0` (retain the file with the latest modified time), `1` (overwrite); and `2` (not overwrite). Default value: `0`.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation timepublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Migration status. Valid values: `0` (completed), `1` (in progress), and `2` (stopped).public Long getFileTotalCount()
public void setFileTotalCount(Long FileTotalCount)
FileTotalCount
- Number of files
Note: This field may return null, indicating that no valid values can be obtained.public Long getFileMigratedCount()
public void setFileMigratedCount(Long FileMigratedCount)
FileMigratedCount
- Number of migrated files
Note: This field may return null, indicating that no valid values can be obtained.public Long getFileFailedCount()
public void setFileFailedCount(Long FileFailedCount)
FileFailedCount
- Number of files that failed to be migrated
Note: This field may return null, indicating that no valid values can be obtained.public Long getFileTotalSize()
public void setFileTotalSize(Long FileTotalSize)
FileTotalSize
- File size, in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getFileMigratedSize()
public void setFileMigratedSize(Long FileMigratedSize)
FileMigratedSize
- Size of migrated files, in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getFileFailedSize()
public void setFileFailedSize(Long FileFailedSize)
FileFailedSize
- Size of files that failed to be migrated, in bytes
Note: This field may return null, indicating that no valid values can be obtained.public String getFileTotalList()
public void setFileTotalList(String FileTotalList)
FileTotalList
- List of all files
Note: This field may return null, indicating that no valid values can be obtained.public String getFileCompletedList()
public void setFileCompletedList(String FileCompletedList)
FileCompletedList
- List of migrated files
Note: This field may return null, indicating that no valid values can be obtained.public String getFileFailedList()
public void setFileFailedList(String FileFailedList)
FileFailedList
- List of files that failed to be migrated
Note: This field may return null, indicating that no valid values can be obtained.public String getBucketPath()
public void setBucketPath(String BucketPath)
BucketPath
- Source bucket path
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.