public class TaskAttachInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskAttachInfo() | 
| TaskAttachInfo(TaskAttachInfo 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 | getAttachKey()Get 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 | 
| String | getAttachValue()Get 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 | 
| void | setAttachKey(String AttachKey)Set 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 | 
| void | setAttachValue(String AttachValue)Set 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 | 
| 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 TaskAttachInfo()
public TaskAttachInfo(TaskAttachInfo source)
public String getAttachKey()
public void setAttachKey(String AttachKey)
AttachKey - 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。public String getAttachValue()
public void setAttachValue(String AttachValue)
AttachValue - 升级任务:
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。Copyright © 2025. All rights reserved.