public class PlanQRCode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PlanQRCode() | 
| PlanQRCode(PlanQRCode 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 | 
|---|---|
| Long | getStatus()Get 状态,0:未激活 1:已激活 2:已冻结 | 
| String | getUrl()Get 二维码 | 
| void | setStatus(Long Status)Set 状态,0:未激活 1:已激活 2:已冻结 | 
| void | setUrl(String Url)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 PlanQRCode()
public PlanQRCode(PlanQRCode source)
public String getUrl()
public void setUrl(String Url)
Url - 二维码public Long getStatus()
public void setStatus(Long Status)
Status - 状态,0:未激活 1:已激活 2:已冻结Copyright © 2025. All rights reserved.