Class UsagePlanEnvironment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UsagePlanEnvironment
-
public class UsagePlanEnvironment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsagePlanEnvironment()UsagePlanEnvironment(UsagePlanEnvironment 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 StringgetApiId()Get API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。StringgetApiName()Get API 的名称。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedTime()Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。StringgetEnvironment()Get 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。LonggetInUseRequestNum()Get 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRequestNum()Get 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRequestNumPreSec()Get 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。StringgetMethod()Get API 的方法。 注意:此字段可能返回 null,表示取不到有效值。StringgetModifiedTime()Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get API 的路径。 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceId()Get 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceName()Get 服务名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetApiId(String ApiId)Set API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetApiName(String ApiName)Set API 的名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetEnvironment(String Environment)Set 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetInUseRequestNum(Long InUseRequestNum)Set 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxRequestNum(Long MaxRequestNum)Set 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxRequestNumPreSec(Long MaxRequestNumPreSec)Set 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。voidsetMethod(String Method)Set API 的方法。 注意:此字段可能返回 null,表示取不到有效值。voidsetModifiedTime(String ModifiedTime)Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set API 的路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceId(String ServiceId)Set 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceName(String ServiceName)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
-
UsagePlanEnvironment
public UsagePlanEnvironment()
-
UsagePlanEnvironment
public UsagePlanEnvironment(UsagePlanEnvironment 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
-
getServiceId
public String getServiceId()
Get 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceId 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceId
public void setServiceId(String ServiceId)
Set 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceId- 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
-
getApiId
public String getApiId()
Get API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiId API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setApiId
public void setApiId(String ApiId)
Set API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiId- API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
-
getApiName
public String getApiName()
Get API 的名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiName API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setApiName
public void setApiName(String ApiName)
Set API 的名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiName- API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String getPath()
Get API 的路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path API 的路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set API 的路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- API 的路径。 注意:此字段可能返回 null,表示取不到有效值。
-
getMethod
public String getMethod()
Get API 的方法。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Method API 的方法。 注意:此字段可能返回 null,表示取不到有效值。
-
setMethod
public void setMethod(String Method)
Set API 的方法。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Method- API 的方法。 注意:此字段可能返回 null,表示取不到有效值。
-
getEnvironment
public String getEnvironment()
Get 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Environment 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvironment
public void setEnvironment(String Environment)
Set 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Environment- 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
-
getInUseRequestNum
public Long getInUseRequestNum()
Get 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InUseRequestNum 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
-
setInUseRequestNum
public void setInUseRequestNum(Long InUseRequestNum)
Set 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InUseRequestNum- 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
-
getMaxRequestNum
public Long getMaxRequestNum()
Get 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxRequestNum 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxRequestNum
public void setMaxRequestNum(Long MaxRequestNum)
Set 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxRequestNum- 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
-
getMaxRequestNumPreSec
public Long getMaxRequestNumPreSec()
Get 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxRequestNumPreSec 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxRequestNumPreSec
public void setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
Set 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxRequestNumPreSec- 每秒最大请求次数。 注意:此字段可能返回 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,表示取不到有效值。
-
getServiceName
public String getServiceName()
Get 服务名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceName 服务名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceName
public void setServiceName(String ServiceName)
Set 服务名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceName- 服务名称。 注意:此字段可能返回 null,表示取不到有效值。
-
-