public class DescribeCloudRunServersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCloudRunServersRequest() |
DescribeCloudRunServersRequest(DescribeCloudRunServersRequest 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 |
getEnvId()
Get 环境Id
|
Long |
getPageNum()
Get 不传或传0时 会默认为1
|
Long |
getPageSize()
Get 默认为9, 最大为30
不传或传0时 取默认9
大于30时取30
|
void |
setEnvId(String EnvId)
Set 环境Id
|
void |
setPageNum(Long PageNum)
Set 不传或传0时 会默认为1
|
void |
setPageSize(Long PageSize)
Set 默认为9, 最大为30
不传或传0时 取默认9
大于30时取30
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCloudRunServersRequest()
public DescribeCloudRunServersRequest(DescribeCloudRunServersRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境Idpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 默认为9, 最大为30
不传或传0时 取默认9
大于30时取30public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 不传或传0时 会默认为1Copyright © 2024. All rights reserved.