Class UsagePlanInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UsagePlanInfo
-
public class UsagePlanInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsagePlanBindEnvironment[]getBindEnvironments()Get 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。LonggetBindEnvironmentTotalCount()Get 绑定环境数量。 注意:此字段可能返回 null,表示取不到有效值。String[]getBindSecretIds()Get 绑定密钥的详情。 注意:此字段可能返回 null,表示取不到有效值。LonggetBindSecretIdTotalCount()Get 绑定密钥的数量。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedTime()Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRequestNum()Get 最大调用次数。 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRequestNumPreSec()Get 每秒请求限制数。 注意:此字段可能返回 null,表示取不到有效值。StringgetModifiedTime()Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。StringgetUsagePlanDesc()Get 使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetUsagePlanId()Get 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。StringgetUsagePlanName()Get 使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)Set 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindEnvironmentTotalCount(Long BindEnvironmentTotalCount)Set 绑定环境数量。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindSecretIds(String[] BindSecretIds)Set 绑定密钥的详情。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindSecretIdTotalCount(Long BindSecretIdTotalCount)Set 绑定密钥的数量。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxRequestNum(Long MaxRequestNum)Set 最大调用次数。 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxRequestNumPreSec(Long MaxRequestNumPreSec)Set 每秒请求限制数。 注意:此字段可能返回 null,表示取不到有效值。voidsetModifiedTime(String ModifiedTime)Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetUsagePlanDesc(String UsagePlanDesc)Set 使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetUsagePlanId(String UsagePlanId)Set 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetUsagePlanName(String UsagePlanName)Set 使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UsagePlanInfo
public UsagePlanInfo()
-
UsagePlanInfo
public 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.
-
-
Method Detail
-
getUsagePlanId
public String getUsagePlanId()
Get 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsagePlanId 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setUsagePlanId
public void setUsagePlanId(String UsagePlanId)
Set 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsagePlanId- 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
-
getUsagePlanName
public String getUsagePlanName()
Get 使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsagePlanName 使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setUsagePlanName
public void setUsagePlanName(String UsagePlanName)
Set 使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsagePlanName- 使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。
-
getUsagePlanDesc
public String getUsagePlanDesc()
Get 使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsagePlanDesc 使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setUsagePlanDesc
public void setUsagePlanDesc(String UsagePlanDesc)
Set 使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsagePlanDesc- 使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getMaxRequestNumPreSec
public Long getMaxRequestNumPreSec()
Get 每秒请求限制数。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxRequestNumPreSec 每秒请求限制数。 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxRequestNumPreSec
public void setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
Set 每秒请求限制数。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxRequestNumPreSec- 每秒请求限制数。 注意:此字段可能返回 null,表示取不到有效值。
-
getMaxRequestNum
public Long getMaxRequestNum()
Get 最大调用次数。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxRequestNum 最大调用次数。 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxRequestNum
public void setMaxRequestNum(Long MaxRequestNum)
Set 最大调用次数。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxRequestNum- 最大调用次数。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTime 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTime- 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
getModifiedTime
public String getModifiedTime()
Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModifiedTime 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
setModifiedTime
public void setModifiedTime(String ModifiedTime)
Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModifiedTime- 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
getBindSecretIdTotalCount
public Long getBindSecretIdTotalCount()
Get 绑定密钥的数量。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindSecretIdTotalCount 绑定密钥的数量。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindSecretIdTotalCount
public void setBindSecretIdTotalCount(Long BindSecretIdTotalCount)
Set 绑定密钥的数量。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindSecretIdTotalCount- 绑定密钥的数量。 注意:此字段可能返回 null,表示取不到有效值。
-
getBindSecretIds
public String[] getBindSecretIds()
Get 绑定密钥的详情。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindSecretIds 绑定密钥的详情。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindSecretIds
public void setBindSecretIds(String[] BindSecretIds)
Set 绑定密钥的详情。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindSecretIds- 绑定密钥的详情。 注意:此字段可能返回 null,表示取不到有效值。
-
getBindEnvironmentTotalCount
public Long getBindEnvironmentTotalCount()
Get 绑定环境数量。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindEnvironmentTotalCount 绑定环境数量。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindEnvironmentTotalCount
public void setBindEnvironmentTotalCount(Long BindEnvironmentTotalCount)
Set 绑定环境数量。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindEnvironmentTotalCount- 绑定环境数量。 注意:此字段可能返回 null,表示取不到有效值。
-
getBindEnvironments
public UsagePlanBindEnvironment[] getBindEnvironments()
Get 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindEnvironments 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindEnvironments
public void setBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)
Set 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindEnvironments- 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。
-
-