public class UnbindNumberCallOutSkillGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UnbindNumberCallOutSkillGroupRequest()  | 
UnbindNumberCallOutSkillGroupRequest(UnbindNumberCallOutSkillGroupRequest 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 | 
getNumber()
Get Number to be unbound. 
 | 
Long | 
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
Long[] | 
getSkillGroupIds()
Get List of skill group ids to be unbound. 
 | 
void | 
setNumber(String Number)
Set Number to be unbound. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
void | 
setSkillGroupIds(Long[] SkillGroupIds)
Set List of skill group ids to be unbound. 
 | 
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, toJsonStringpublic UnbindNumberCallOutSkillGroupRequest()
public UnbindNumberCallOutSkillGroupRequest(UnbindNumberCallOutSkillGroupRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application id (required) can be found at https://console.cloud.tencent.com/ccc.public String getNumber()
public void setNumber(String Number)
Number - Number to be unbound.public Long[] getSkillGroupIds()
public void setSkillGroupIds(Long[] SkillGroupIds)
SkillGroupIds - List of skill group ids to be unbound.Copyright © 2025. All rights reserved.