public class BindZoneToPlanRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getPlanId()
Get ID of the target plan.
|
String |
getZoneId()
Get ID of the site to be bound.
|
void |
setPlanId(String PlanId)
Set ID of the target plan.
|
void |
setZoneId(String ZoneId)
Set ID of the site to be bound.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BindZoneToPlanRequest()
public BindZoneToPlanRequest(BindZoneToPlanRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site to be bound.public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- ID of the target plan.Copyright © 2023. All rights reserved.