public static class DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigPayloadLen
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
max
The maximum length of a packet.
|
Integer |
min
The minimum length of a packet.
|
@NameInMap(value="Max") public Integer max
The maximum length of a packet. Valid values: 0 to 6000. Unit: bytes.
example:6000
@NameInMap(value="Min") public Integer min
The minimum length of a packet. Valid values: 0 to 6000. Unit: bytes.
example:0
public DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigPayloadLen()
public static DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigPayloadLen build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigPayloadLen setMax(Integer max)
public Integer getMax()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigPayloadLen setMin(Integer min)
public Integer getMin()
Copyright © 2026. All rights reserved.