public class PolicyStatistics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PolicyStatistics() | 
| PolicyStatistics(PolicyStatistics 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEgressIPv4TotalCount()Get 出站IPv4总数 | 
| Long | getEgressIPv6TotalCount()Get 出站IPv6总数 | 
| Long | getIngressIPv4TotalCount()Get 入站IPv4总数 | 
| Long | getIngressIPv6TotalCount()Get 入站IPv6总数 | 
| void | setEgressIPv4TotalCount(Long EgressIPv4TotalCount)Set 出站IPv4总数 | 
| void | setEgressIPv6TotalCount(Long EgressIPv6TotalCount)Set 出站IPv6总数 | 
| void | setIngressIPv4TotalCount(Long IngressIPv4TotalCount)Set 入站IPv4总数 | 
| void | setIngressIPv6TotalCount(Long IngressIPv6TotalCount)Set 入站IPv6总数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PolicyStatistics()
public PolicyStatistics(PolicyStatistics source)
public Long getIngressIPv4TotalCount()
public void setIngressIPv4TotalCount(Long IngressIPv4TotalCount)
IngressIPv4TotalCount - 入站IPv4总数public Long getIngressIPv6TotalCount()
public void setIngressIPv6TotalCount(Long IngressIPv6TotalCount)
IngressIPv6TotalCount - 入站IPv6总数public Long getEgressIPv4TotalCount()
public void setEgressIPv4TotalCount(Long EgressIPv4TotalCount)
EgressIPv4TotalCount - 出站IPv4总数public Long getEgressIPv6TotalCount()
public void setEgressIPv6TotalCount(Long EgressIPv6TotalCount)
EgressIPv6TotalCount - 出站IPv6总数Copyright © 2025. All rights reserved.