Class PhonePool
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.PhonePool
-
public class PhonePool extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPoolId()Get 号码组IDStringgetPoolName()Get 号码组名称voidsetPoolId(String PoolId)Set 号码组IDvoidsetPoolName(String PoolName)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
-
PhonePool
public PhonePool()
-
PhonePool
public PhonePool(PhonePool 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
-
getPoolId
public String getPoolId()
Get 号码组ID- Returns:
- PoolId 号码组ID
-
setPoolId
public void setPoolId(String PoolId)
Set 号码组ID- Parameters:
PoolId- 号码组ID
-
getPoolName
public String getPoolName()
Get 号码组名称- Returns:
- PoolName 号码组名称
-
setPoolName
public void setPoolName(String PoolName)
Set 号码组名称- Parameters:
PoolName- 号码组名称
-
-