public class Feature extends AbstractModel
header, skipSign
Constructor and Description |
---|
Feature() |
Feature(Feature 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 |
getCreatedAt()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDuration()
Get 可以试用的时长,单位天
|
Long |
getFeatureId()
Get 功能ID
|
Long |
getId()
Get 索引
|
String |
getName()
Get 功能名称
|
Boolean |
getTrial()
Get 是否可以申请试用
|
Long |
getTrialCount()
Get 可以试用的次数
|
String |
getType()
Get 功能类型
|
String |
getUpdatedAt()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDuration(Long Duration)
Set 可以试用的时长,单位天
|
void |
setFeatureId(Long FeatureId)
Set 功能ID
|
void |
setId(Long Id)
Set 索引
|
void |
setName(String Name)
Set 功能名称
|
void |
setTrial(Boolean Trial)
Set 是否可以申请试用
|
void |
setTrialCount(Long TrialCount)
Set 可以试用的次数
|
void |
setType(String Type)
Set 功能类型
|
void |
setUpdatedAt(String UpdatedAt)
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 Feature()
public Feature(Feature source)
public Long getId()
public void setId(Long Id)
Id
- 索引public Long getFeatureId()
public void setFeatureId(Long FeatureId)
FeatureId
- 功能IDpublic String getName()
public void setName(String Name)
Name
- 功能名称public String getType()
public void setType(String Type)
Type
- 功能类型public Boolean getTrial()
public void setTrial(Boolean Trial)
Trial
- 是否可以申请试用public Long getTrialCount()
public void setTrialCount(Long TrialCount)
TrialCount
- 可以试用的次数public Long getDuration()
public void setDuration(Long Duration)
Duration
- 可以试用的时长,单位天public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.