public class ModifyTraceCodeUnlinkRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyTraceCodeUnlinkRequest() | 
| ModifyTraceCodeUnlinkRequest(ModifyTraceCodeUnlinkRequest 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 | 
|---|---|
| String | getBatchId()Get 批次ID | 
| String[] | getCodes()Get 溯源码列表 | 
| Long | getCorpId()Get 企业ID | 
| void | setBatchId(String BatchId)Set 批次ID | 
| void | setCodes(String[] Codes)Set 溯源码列表 | 
| void | setCorpId(Long CorpId)Set 企业ID | 
| 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 ModifyTraceCodeUnlinkRequest()
public ModifyTraceCodeUnlinkRequest(ModifyTraceCodeUnlinkRequest source)
public String getBatchId()
public void setBatchId(String BatchId)
BatchId - 批次IDpublic String[] getCodes()
public void setCodes(String[] Codes)
Codes - 溯源码列表public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId - 企业IDCopyright © 2025. All rights reserved.