public class ModifyLinkTacticRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyLinkTacticRequest() |
ModifyLinkTacticRequest(ModifyLinkTacticRequest 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 |
getLinkID()
Get 云兔ID
|
Long |
getTacticID()
Get 策略ID
|
void |
setLinkID(Long LinkID)
Set 云兔ID
|
void |
setTacticID(Long TacticID)
Set 策略ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyLinkTacticRequest()
public ModifyLinkTacticRequest(ModifyLinkTacticRequest source)
public Long getLinkID()
public void setLinkID(Long LinkID)
LinkID
- 云兔IDpublic Long getTacticID()
public void setTacticID(Long TacticID)
TacticID
- 策略IDCopyright © 2023. All rights reserved.