public class SpacePlacement extends AbstractModel
header, skipSign| Constructor and Description |
|---|
SpacePlacement() |
SpacePlacement(SpacePlacement 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 |
|---|---|
Long |
getProjectId()
Get 项目,默认是0
|
String |
getZone()
Get 可用区
|
void |
setProjectId(Long ProjectId)
Set 项目,默认是0
|
void |
setZone(String Zone)
Set 可用区
|
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 SpacePlacement()
public SpacePlacement(SpacePlacement source)
public String getZone()
public void setZone(String Zone)
Zone - 可用区public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - 项目,默认是0Copyright © 2025. All rights reserved.