Class DescribeDBBackupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mongodb.v20190725.models.DescribeDBBackupsRequest
-
public class DescribeDBBackupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDBBackupsRequest()
DescribeDBBackupsRequest(DescribeDBBackupsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBackupMethod()
Get 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。String
getInstanceId()
Get 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同Long
getLimit()
Get 分页大小,最大值为100,不设置默认查询所有。Long
getOffset()
Get 分页偏移量,最小值为0,默认值为0。void
setBackupMethod(Long BackupMethod)
Set 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。void
setInstanceId(String InstanceId)
Set 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同void
setLimit(Long Limit)
Set 分页大小,最大值为100,不设置默认查询所有。void
setOffset(Long Offset)
Set 分页偏移量,最小值为0,默认值为0。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDBBackupsRequest
public DescribeDBBackupsRequest()
-
DescribeDBBackupsRequest
public DescribeDBBackupsRequest(DescribeDBBackupsRequest 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同- Returns:
- InstanceId 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同- Parameters:
InstanceId
- 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
-
getBackupMethod
public Long getBackupMethod()
Get 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。- Returns:
- BackupMethod 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。
-
setBackupMethod
public void setBackupMethod(Long BackupMethod)
Set 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。- Parameters:
BackupMethod
- 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。
-
getLimit
public Long getLimit()
Get 分页大小,最大值为100,不设置默认查询所有。- Returns:
- Limit 分页大小,最大值为100,不设置默认查询所有。
-
setLimit
public void setLimit(Long Limit)
Set 分页大小,最大值为100,不设置默认查询所有。- Parameters:
Limit
- 分页大小,最大值为100,不设置默认查询所有。
-
getOffset
public Long getOffset()
Get 分页偏移量,最小值为0,默认值为0。- Returns:
- Offset 分页偏移量,最小值为0,默认值为0。
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量,最小值为0,默认值为0。- Parameters:
Offset
- 分页偏移量,最小值为0,默认值为0。
-
-