Class ModifyLinkTacticRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.ModifyLinkTacticRequest
-
public class ModifyLinkTacticRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getLinkID()
Get 云兔IDLong
getTacticID()
Get 策略IDvoid
setLinkID(Long LinkID)
Set 云兔IDvoid
setTacticID(Long TacticID)
Set 策略IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyLinkTacticRequest
public ModifyLinkTacticRequest()
-
ModifyLinkTacticRequest
public 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.
-
-
Method Detail
-
getLinkID
public Long getLinkID()
Get 云兔ID- Returns:
- LinkID 云兔ID
-
setLinkID
public void setLinkID(Long LinkID)
Set 云兔ID- Parameters:
LinkID
- 云兔ID
-
getTacticID
public Long getTacticID()
Get 策略ID- Returns:
- TacticID 策略ID
-
setTacticID
public void setTacticID(Long TacticID)
Set 策略ID- Parameters:
TacticID
- 策略ID
-
-