public class ConflictSource extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.