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:已冻结
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUrl()
Get 二维码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 状态,0:未激活 1:已激活 2:已冻结
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUrl(String Url)
Set 二维码
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public PlanQRCode()
public PlanQRCode(PlanQRCode source)
public String getUrl()
public void setUrl(String Url)
Url
- 二维码
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 状态,0:未激活 1:已激活 2:已冻结
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.