public class ModifyCodeBatchRequest extends AbstractModel
Constructor and Description |
---|
ModifyCodeBatchRequest() |
ModifyCodeBatchRequest(ModifyCodeBatchRequest 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
|
Long |
getCorpId()
Get 企业ID
|
String |
getMpTpl()
Get 模板ID
|
Long |
getStatus()
Get 状态 0: 未激活 1: 已激活 -1: 已冻结
|
void |
setBatchId(String BatchId)
Set 批次ID
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setMpTpl(String MpTpl)
Set 模板ID
|
void |
setStatus(Long Status)
Set 状态 0: 未激活 1: 已激活 -1: 已冻结
|
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 ModifyCodeBatchRequest()
public ModifyCodeBatchRequest(ModifyCodeBatchRequest source)
public String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 批次IDpublic Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态 0: 未激活 1: 已激活 -1: 已冻结public String getMpTpl()
public void setMpTpl(String MpTpl)
MpTpl
- 模板IDCopyright © 2022. All rights reserved.