public class TerminateComputeNodeRequest extends AbstractModel
Constructor and Description |
---|
TerminateComputeNodeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getComputeNodeId()
Get Compute node ID
|
String |
getEnvId()
Get Compute environment ID
|
void |
setComputeNodeId(String ComputeNodeId)
Set Compute node ID
|
void |
setEnvId(String EnvId)
Set Compute environment ID
|
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 String getEnvId()
public void setEnvId(String EnvId)
EnvId
- Compute environment IDpublic String getComputeNodeId()
public void setComputeNodeId(String ComputeNodeId)
ComputeNodeId
- Compute node IDCopyright © 2020. All rights reserved.