Class DescribeFirewallRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.DescribeFirewallRulesRequest
-
public class DescribeFirewallRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFirewallRulesRequest()
DescribeFirewallRulesRequest(DescribeFirewallRulesRequest 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
getInstanceId()
Get 实例 ID。Long
getLimit()
Get 返回数量,默认为 20,最大值为 100。Long
getOffset()
Get 偏移量,默认为 0。void
setInstanceId(String InstanceId)
Set 实例 ID。void
setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100。void
setOffset(Long Offset)
Set 偏移量,默认为 0。void
toMap(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
-
DescribeFirewallRulesRequest
public DescribeFirewallRulesRequest()
-
DescribeFirewallRulesRequest
public DescribeFirewallRulesRequest(DescribeFirewallRulesRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例 ID。- Returns:
- InstanceId 实例 ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID。- Parameters:
InstanceId
- 实例 ID。
-
getOffset
public Long getOffset()
Get 偏移量,默认为 0。- Returns:
- Offset 偏移量,默认为 0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为 0。- Parameters:
Offset
- 偏移量,默认为 0。
-
getLimit
public Long getLimit()
Get 返回数量,默认为 20,最大值为 100。- Returns:
- Limit 返回数量,默认为 20,最大值为 100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100。- Parameters:
Limit
- 返回数量,默认为 20,最大值为 100。
-
-