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