public class XMagicFeature extends AbstractModel
header, skipSign
Constructor and Description |
---|
XMagicFeature() |
XMagicFeature(XMagicFeature 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 功能所属业务方
|
Long |
getDuration()
Get 每次申请的时长单位:天
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 功能名称
|
String |
getPlan()
Get 功能类别
|
Boolean |
getTrial()
Get 此功能是否支持开通测试
|
Long |
getTrialCount()
Get 可以申请的次数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getXMagicType()
Get single: 原子能力,combined:套餐
|
void |
setBizType(String BizType)
Set 功能所属业务方
|
void |
setDuration(Long Duration)
Set 每次申请的时长单位:天
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 功能名称
|
void |
setPlan(String Plan)
Set 功能类别
|
void |
setTrial(Boolean Trial)
Set 此功能是否支持开通测试
|
void |
setTrialCount(Long TrialCount)
Set 可以申请的次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setXMagicType(String XMagicType)
Set single: 原子能力,combined:套餐
|
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 XMagicFeature()
public XMagicFeature(XMagicFeature source)
public String getName()
public void setName(String Name)
Name
- 功能名称public Long getTrialCount()
public void setTrialCount(Long TrialCount)
TrialCount
- 可以申请的次数
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration
- 每次申请的时长单位:天
注意:此字段可能返回 null,表示取不到有效值。public String getPlan()
public void setPlan(String Plan)
Plan
- 功能类别public String getXMagicType()
public void setXMagicType(String XMagicType)
XMagicType
- single: 原子能力,combined:套餐public Boolean getTrial()
public void setTrial(Boolean Trial)
Trial
- 此功能是否支持开通测试public String getBizType()
public void setBizType(String BizType)
BizType
- 功能所属业务方Copyright © 2025. All rights reserved.