public class OpenProVersionRequest extends AbstractModel
Constructor and Description |
---|
OpenProVersionRequest() |
OpenProVersionRequest(OpenProVersionRequest 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 |
getActivityId()
Get Event ID.
|
String |
getMachineRegion()
Get Server region
Examples: ap-guangzhou, ap-shanghai
|
String |
getMachineType()
Get Server type.
|
String[] |
getQuuids()
Get Server `Uuid` array.
|
void |
setActivityId(Long ActivityId)
Set Event ID.
|
void |
setMachineRegion(String MachineRegion)
Set Server region
Examples: ap-guangzhou, ap-shanghai
|
void |
setMachineType(String MachineType)
Set Server type.
|
void |
setQuuids(String[] Quuids)
Set Server `Uuid` array.
|
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 OpenProVersionRequest()
public OpenProVersionRequest(OpenProVersionRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- Server type.
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion
- Server region
Examples: ap-guangzhou, ap-shanghaipublic String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- Server `Uuid` array.
`InstanceId` for BM or `Uuid` for CVMpublic Long getActivityId()
public void setActivityId(Long ActivityId)
ActivityId
- Event ID.Copyright © 2021. All rights reserved.