Class UsagePlanStatusInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UsagePlanStatusInfo
-
public class UsagePlanStatusInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsagePlanStatusInfo()UsagePlanStatusInfo(UsagePlanStatusInfo 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 StringgetCreatedTime()Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRequestNum()Get 请求配额总量,-1表示没有限制。 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRequestNumPreSec()Get 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。StringgetModifiedTime()Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。StringgetUsagePlanDesc()Get 用户自定义的使用计划描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetUsagePlanId()Get 使用计划唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。StringgetUsagePlanName()Get 用户自定义的使用计划名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxRequestNum(Long MaxRequestNum)Set 请求配额总量,-1表示没有限制。 注意:此字段可能返回 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
-
UsagePlanStatusInfo
public UsagePlanStatusInfo()
-
UsagePlanStatusInfo
public UsagePlanStatusInfo(UsagePlanStatusInfo 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 请求配额总量,-1表示没有限制。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxRequestNum 请求配额总量,-1表示没有限制。 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxRequestNum
public void setMaxRequestNum(Long MaxRequestNum)
Set 请求配额总量,-1表示没有限制。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxRequestNum- 请求配额总量,-1表示没有限制。 注意:此字段可能返回 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,表示取不到有效值。
-
-