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 Whether application for trial is available. | 
| String | getCanNotApplyReason()Get Reason for unavailable trial (Leave it blank if the trial is available.) | 
| Long | getFWUserStatus()Get Protection status. | 
| String | getLastTrialTime()Get Last trial end time (Leave it blank if no trial record exists.) | 
| void | setCanApplyTrial(Boolean CanApplyTrial)Set Whether application for trial is available. | 
| void | setCanNotApplyReason(String CanNotApplyReason)Set Reason for unavailable trial (Leave it blank if the trial is available.) | 
| void | setFWUserStatus(Long FWUserStatus)Set Protection status. | 
| void | setLastTrialTime(String LastTrialTime)Set Last trial end time (Leave it blank if no trial record exists.) | 
| 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 ProductStatusInfo()
public ProductStatusInfo(ProductStatusInfo source)
public Long getFWUserStatus()
public void setFWUserStatus(Long FWUserStatus)
FWUserStatus - Protection status. 1: unprotected; 2: protecting; 3: in trial; 4 expiredpublic Boolean getCanApplyTrial()
public void setCanApplyTrial(Boolean CanApplyTrial)
CanApplyTrial - Whether application for trial is available. True indicates yes.public String getCanNotApplyReason()
public void setCanNotApplyReason(String CanNotApplyReason)
CanNotApplyReason - Reason for unavailable trial (Leave it blank if the trial is available.)public String getLastTrialTime()
public void setLastTrialTime(String LastTrialTime)
LastTrialTime - Last trial end time (Leave it blank if no trial record exists.)Copyright © 2025. All rights reserved.