public class ProductStatusInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProductStatusInfo() |
ProductStatusInfo(ProductStatusInfo 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 |
---|---|
Boolean |
getCanApplyTrial()
Get 是否可以申请试用,true可以申请
|
String |
getCanNotApplyReason()
Get 无法试用原因,可试用为空
|
Long |
getFWUserStatus()
Get 防护状态,1未防护,2防护中,3试用中,4已过期
|
String |
getLastTrialTime()
Get 上次试用结束时间(不存在试用记录则为空)
|
void |
setCanApplyTrial(Boolean CanApplyTrial)
Set 是否可以申请试用,true可以申请
|
void |
setCanNotApplyReason(String CanNotApplyReason)
Set 无法试用原因,可试用为空
|
void |
setFWUserStatus(Long FWUserStatus)
Set 防护状态,1未防护,2防护中,3试用中,4已过期
|
void |
setLastTrialTime(String LastTrialTime)
Set 上次试用结束时间(不存在试用记录则为空)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProductStatusInfo()
public ProductStatusInfo(ProductStatusInfo source)
public Long getFWUserStatus()
public void setFWUserStatus(Long FWUserStatus)
FWUserStatus
- 防护状态,1未防护,2防护中,3试用中,4已过期public Boolean getCanApplyTrial()
public void setCanApplyTrial(Boolean CanApplyTrial)
CanApplyTrial
- 是否可以申请试用,true可以申请public String getCanNotApplyReason()
public void setCanNotApplyReason(String CanNotApplyReason)
CanNotApplyReason
- 无法试用原因,可试用为空public String getLastTrialTime()
public void setLastTrialTime(String LastTrialTime)
LastTrialTime
- 上次试用结束时间(不存在试用记录则为空)Copyright © 2024. All rights reserved.