public class CreatePlanForZoneRequest extends AbstractModel
Constructor and Description |
---|
CreatePlanForZoneRequest() |
CreatePlanForZoneRequest(CreatePlanForZoneRequest 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 |
getPlanType()
Get The plan option.
|
String |
getZoneId()
Get ID of the site.
|
void |
setPlanType(String PlanType)
Set The plan option.
|
void |
setZoneId(String ZoneId)
Set ID of the site.
|
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 CreatePlanForZoneRequest()
public CreatePlanForZoneRequest(CreatePlanForZoneRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String getPlanType()
public void setPlanType(String PlanType)
PlanType
- The plan option. Values:
Copyright © 2023. All rights reserved.