Class DescribeCloudBaseRunVersionSnapshotRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeCloudBaseRunVersionSnapshotRequest
-
public class DescribeCloudBaseRunVersionSnapshotRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCloudBaseRunVersionSnapshotRequest()DescribeCloudBaseRunVersionSnapshotRequest(DescribeCloudBaseRunVersionSnapshotRequest 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 StringgetEnvId()Get 环境idLonggetLimit()Get 限制大小。默认10,最大20LonggetOffset()Get 偏移量。默认0StringgetServerName()Get 服务名StringgetSnapshotName()Get 版本历史名StringgetVersionName()Get 版本名voidsetEnvId(String EnvId)Set 环境idvoidsetLimit(Long Limit)Set 限制大小。默认10,最大20voidsetOffset(Long Offset)Set 偏移量。默认0voidsetServerName(String ServerName)Set 服务名voidsetSnapshotName(String SnapshotName)Set 版本历史名voidsetVersionName(String VersionName)Set 版本名voidtoMap(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
-
DescribeCloudBaseRunVersionSnapshotRequest
public DescribeCloudBaseRunVersionSnapshotRequest()
-
DescribeCloudBaseRunVersionSnapshotRequest
public DescribeCloudBaseRunVersionSnapshotRequest(DescribeCloudBaseRunVersionSnapshotRequest 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
-
getServerName
public String getServerName()
Get 服务名- Returns:
- ServerName 服务名
-
setServerName
public void setServerName(String ServerName)
Set 服务名- Parameters:
ServerName- 服务名
-
getVersionName
public String getVersionName()
Get 版本名- Returns:
- VersionName 版本名
-
setVersionName
public void setVersionName(String VersionName)
Set 版本名- Parameters:
VersionName- 版本名
-
getEnvId
public String getEnvId()
Get 环境id- Returns:
- EnvId 环境id
-
setEnvId
public void setEnvId(String EnvId)
Set 环境id- Parameters:
EnvId- 环境id
-
getSnapshotName
public String getSnapshotName()
Get 版本历史名- Returns:
- SnapshotName 版本历史名
-
setSnapshotName
public void setSnapshotName(String SnapshotName)
Set 版本历史名- Parameters:
SnapshotName- 版本历史名
-
getOffset
public Long getOffset()
Get 偏移量。默认0- Returns:
- Offset 偏移量。默认0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量。默认0- Parameters:
Offset- 偏移量。默认0
-
getLimit
public Long getLimit()
Get 限制大小。默认10,最大20- Returns:
- Limit 限制大小。默认10,最大20
-
setLimit
public void setLimit(Long Limit)
Set 限制大小。默认10,最大20- Parameters:
Limit- 限制大小。默认10,最大20
-
-