public class DescribeTKEEdgeScriptResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTKEEdgeScriptResponse() |
DescribeTKEEdgeScriptResponse(DescribeTKEEdgeScriptResponse 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 |
getCommand()
Get Whether to download the command
|
String |
getLink()
Get Whether to download the link
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getScriptVersion()
Get Version of edgectl script.
|
String |
getToken()
Get Whether to download the desired token
|
void |
setCommand(String Command)
Set Whether to download the command
|
void |
setLink(String Link)
Set Whether to download the link
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setScriptVersion(String ScriptVersion)
Set Version of edgectl script.
|
void |
setToken(String Token)
Set Whether to download the desired token
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTKEEdgeScriptResponse()
public DescribeTKEEdgeScriptResponse(DescribeTKEEdgeScriptResponse source)
public String getLink()
public void setLink(String Link)
Link
- Whether to download the linkpublic String getToken()
public void setToken(String Token)
Token
- Whether to download the desired tokenpublic String getCommand()
public void setCommand(String Command)
Command
- Whether to download the commandpublic String getScriptVersion()
public void setScriptVersion(String ScriptVersion)
ScriptVersion
- Version of edgectl script. The latest version is obtained by default.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.