public class UsagePlanInfo extends AbstractModel
Constructor and Description |
---|
UsagePlanInfo() |
UsagePlanInfo(UsagePlanInfo 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 |
---|---|
UsagePlanBindEnvironment[] |
getBindEnvironments()
Get 绑定环境详情。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getBindEnvironmentTotalCount()
Get 绑定环境数量。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getBindSecretIds()
Get 绑定密钥的详情。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getBindSecretIdTotalCount()
Get 绑定密钥的数量。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedTime()
Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInitQuota()
Get 初始化调用次数。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsHide()
Get 是否隐藏。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxRequestNum()
Get 最大调用次数。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxRequestNumPreSec()
Get 每秒请求限制数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModifiedTime()
Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUsagePlanDesc()
Get 使用计划描述。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUsagePlanId()
Get 使用计划唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUsagePlanName()
Get 使用计划名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)
Set 绑定环境详情。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBindEnvironmentTotalCount(Long BindEnvironmentTotalCount)
Set 绑定环境数量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBindSecretIds(String[] BindSecretIds)
Set 绑定密钥的详情。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBindSecretIdTotalCount(Long BindSecretIdTotalCount)
Set 绑定密钥的数量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInitQuota(Long InitQuota)
Set 初始化调用次数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsHide(Long IsHide)
Set 是否隐藏。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxRequestNum(Long MaxRequestNum)
Set 最大调用次数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
Set 每秒请求限制数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModifiedTime(String ModifiedTime)
Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUsagePlanDesc(String UsagePlanDesc)
Set 使用计划描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUsagePlanId(String UsagePlanId)
Set 使用计划唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUsagePlanName(String UsagePlanName)
Set 使用计划名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UsagePlanInfo()
public UsagePlanInfo(UsagePlanInfo source)
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId
- 使用计划唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。public String getUsagePlanName()
public void setUsagePlanName(String UsagePlanName)
UsagePlanName
- 使用计划名称。
注意:此字段可能返回 null,表示取不到有效值。public String getUsagePlanDesc()
public void setUsagePlanDesc(String UsagePlanDesc)
UsagePlanDesc
- 使用计划描述。
注意:此字段可能返回 null,表示取不到有效值。public Long getInitQuota()
public void setInitQuota(Long InitQuota)
InitQuota
- 初始化调用次数。
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxRequestNumPreSec()
public void setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
MaxRequestNumPreSec
- 每秒请求限制数。
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxRequestNum()
public void setMaxRequestNum(Long MaxRequestNum)
MaxRequestNum
- 最大调用次数。
注意:此字段可能返回 null,表示取不到有效值。public Long getIsHide()
public void setIsHide(Long IsHide)
IsHide
- 是否隐藏。
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public Long getBindSecretIdTotalCount()
public void setBindSecretIdTotalCount(Long BindSecretIdTotalCount)
BindSecretIdTotalCount
- 绑定密钥的数量。
注意:此字段可能返回 null,表示取不到有效值。public String[] getBindSecretIds()
public void setBindSecretIds(String[] BindSecretIds)
BindSecretIds
- 绑定密钥的详情。
注意:此字段可能返回 null,表示取不到有效值。public Long getBindEnvironmentTotalCount()
public void setBindEnvironmentTotalCount(Long BindEnvironmentTotalCount)
BindEnvironmentTotalCount
- 绑定环境数量。
注意:此字段可能返回 null,表示取不到有效值。public UsagePlanBindEnvironment[] getBindEnvironments()
public void setBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)
BindEnvironments
- 绑定环境详情。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.