public class DescribeTKEEdgeScriptRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeTKEEdgeScriptRequest() | 
| DescribeTKEEdgeScriptRequest(DescribeTKEEdgeScriptRequest 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 | getClusterId()Get Cluster ID | 
| String | getConfig()Get Node configuration in JSON format | 
| String | getInterface()Get ENI | 
| String | getNodeName()Get Name of the name | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setConfig(String Config)Set Node configuration in JSON format | 
| void | setInterface(String Interface)Set ENI | 
| void | setNodeName(String NodeName)Set Name of the name | 
| 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, toJsonStringpublic DescribeTKEEdgeScriptRequest()
public DescribeTKEEdgeScriptRequest(DescribeTKEEdgeScriptRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getInterface()
public void setInterface(String Interface)
Interface - ENIpublic String getNodeName()
public void setNodeName(String NodeName)
NodeName - Name of the namepublic String getConfig()
public void setConfig(String Config)
Config - Node configuration in JSON formatCopyright © 2022. All rights reserved.