Class BindZoneToPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.BindZoneToPlanRequest
-
public class BindZoneToPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BindZoneToPlanRequest()BindZoneToPlanRequest(BindZoneToPlanRequest 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 StringgetPlanId()Get 待绑定的目标套餐ID。StringgetZoneId()Get 未绑定套餐的站点ID。voidsetPlanId(String PlanId)Set 待绑定的目标套餐ID。voidsetZoneId(String ZoneId)Set 未绑定套餐的站点ID。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
-
BindZoneToPlanRequest
public BindZoneToPlanRequest()
-
BindZoneToPlanRequest
public BindZoneToPlanRequest(BindZoneToPlanRequest 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
-
getZoneId
public String getZoneId()
Get 未绑定套餐的站点ID。- Returns:
- ZoneId 未绑定套餐的站点ID。
-
setZoneId
public void setZoneId(String ZoneId)
Set 未绑定套餐的站点ID。- Parameters:
ZoneId- 未绑定套餐的站点ID。
-
getPlanId
public String getPlanId()
Get 待绑定的目标套餐ID。- Returns:
- PlanId 待绑定的目标套餐ID。
-
setPlanId
public void setPlanId(String PlanId)
Set 待绑定的目标套餐ID。- Parameters:
PlanId- 待绑定的目标套餐ID。
-
-