Class ConflictItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ConflictItem
-
public class ConflictItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConflictItem()ConflictItem(ConflictItem 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 StringgetConfilctId()Get 冲突资源的IDStringgetDestinationItem()Get 冲突目的资源voidsetConfilctId(String ConfilctId)Set 冲突资源的IDvoidsetDestinationItem(String DestinationItem)Set 冲突目的资源voidtoMap(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
-
ConflictItem
public ConflictItem()
-
ConflictItem
public ConflictItem(ConflictItem 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
-
getConfilctId
public String getConfilctId()
Get 冲突资源的ID- Returns:
- ConfilctId 冲突资源的ID
-
setConfilctId
public void setConfilctId(String ConfilctId)
Set 冲突资源的ID- Parameters:
ConfilctId- 冲突资源的ID
-
getDestinationItem
public String getDestinationItem()
Get 冲突目的资源- Returns:
- DestinationItem 冲突目的资源
-
setDestinationItem
public void setDestinationItem(String DestinationItem)
Set 冲突目的资源- Parameters:
DestinationItem- 冲突目的资源
-
-