Class UpdateApiTimeoutsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.UpdateApiTimeoutsRequest
-
public class UpdateApiTimeoutsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateApiTimeoutsRequest()UpdateApiTimeoutsRequest(UpdateApiTimeoutsRequest 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 String[]getApiIds()Get API ID 列表LonggetTimeout()Get 超时时间,单位毫秒,开启API超时时,必填StringgetUsableStatus()Get 开启/禁用,enabled/disabledvoidsetApiIds(String[] ApiIds)Set API ID 列表voidsetTimeout(Long Timeout)Set 超时时间,单位毫秒,开启API超时时,必填voidsetUsableStatus(String UsableStatus)Set 开启/禁用,enabled/disabledvoidtoMap(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
-
UpdateApiTimeoutsRequest
public UpdateApiTimeoutsRequest()
-
UpdateApiTimeoutsRequest
public UpdateApiTimeoutsRequest(UpdateApiTimeoutsRequest 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
-
getApiIds
public String[] getApiIds()
Get API ID 列表- Returns:
- ApiIds API ID 列表
-
setApiIds
public void setApiIds(String[] ApiIds)
Set API ID 列表- Parameters:
ApiIds- API ID 列表
-
getUsableStatus
public String getUsableStatus()
Get 开启/禁用,enabled/disabled- Returns:
- UsableStatus 开启/禁用,enabled/disabled
-
setUsableStatus
public void setUsableStatus(String UsableStatus)
Set 开启/禁用,enabled/disabled- Parameters:
UsableStatus- 开启/禁用,enabled/disabled
-
getTimeout
public Long getTimeout()
Get 超时时间,单位毫秒,开启API超时时,必填- Returns:
- Timeout 超时时间,单位毫秒,开启API超时时,必填
-
setTimeout
public void setTimeout(Long Timeout)
Set 超时时间,单位毫秒,开启API超时时,必填- Parameters:
Timeout- 超时时间,单位毫秒,开启API超时时,必填
-
-