public class ConflictSource extends AbstractModel
Constructor and Description |
---|
ConflictSource() |
ConflictSource(ConflictSource 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 |
---|---|
ConflictItem[] |
getConflictItemSet()
Get 冲突资源条目信息
|
String |
getConflictSourceId()
Get 冲突资源ID
|
String |
getSourceItem()
Get 冲突资源
|
void |
setConflictItemSet(ConflictItem[] ConflictItemSet)
Set 冲突资源条目信息
|
void |
setConflictSourceId(String ConflictSourceId)
Set 冲突资源ID
|
void |
setSourceItem(String SourceItem)
Set 冲突资源
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ConflictSource()
public ConflictSource(ConflictSource source)
public String getConflictSourceId()
public void setConflictSourceId(String ConflictSourceId)
ConflictSourceId
- 冲突资源IDpublic String getSourceItem()
public void setSourceItem(String SourceItem)
SourceItem
- 冲突资源public ConflictItem[] getConflictItemSet()
public void setConflictItemSet(ConflictItem[] ConflictItemSet)
ConflictItemSet
- 冲突资源条目信息Copyright © 2023. All rights reserved.