public class ModifyTraceCodeRequest extends AbstractModel
Constructor and Description |
---|
ModifyTraceCodeRequest() |
ModifyTraceCodeRequest(ModifyTraceCodeRequest 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 |
getCode()
Get 二维码
|
Long |
getCorpId()
Get 企业ID
|
Long |
getStatus()
Get 状态 0: 冻结 1: 激活
|
void |
setCode(String Code)
Set 二维码
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setStatus(Long Status)
Set 状态 0: 冻结 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 ModifyTraceCodeRequest()
public ModifyTraceCodeRequest(ModifyTraceCodeRequest source)
public String getCode()
public void setCode(String Code)
Code
- 二维码public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态 0: 冻结 1: 激活Copyright © 2022. All rights reserved.