Package com.vmware.nsx_policy.model
Class IPSecVpnIkeTrafficStatistics.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IPSecVpnIkeTrafficStatistics.Builder
-
- Enclosing class:
- IPSecVpnIkeTrafficStatistics
public static final class IPSecVpnIkeTrafficStatistics.Builder extends java.lang.ObjectBuilder class forIPSecVpnIkeTrafficStatistics.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofIPSecVpnIkeTrafficStatistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPSecVpnIkeTrafficStatisticsbuild()IPSecVpnIkeTrafficStatistics.BuildersetBytesIn(java.lang.Long bytesIn)Number of bytes in.IPSecVpnIkeTrafficStatistics.BuildersetBytesOut(java.lang.Long bytesOut)Number of bytes out.IPSecVpnIkeTrafficStatistics.BuildersetFailCount(java.lang.Long failCount)Fail count.IPSecVpnIkeTrafficStatistics.BuildersetPacketsIn(java.lang.Long packetsIn)Number of packets in.IPSecVpnIkeTrafficStatistics.BuildersetPacketsOut(java.lang.Long packetsOut)Number of packets out.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIPSecVpnIkeTrafficStatistics.
-
-
Method Detail
-
setBytesIn
public IPSecVpnIkeTrafficStatistics.Builder setBytesIn(java.lang.Long bytesIn)
Number of bytes in. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
bytesIn- New value for the property.
-
setBytesOut
public IPSecVpnIkeTrafficStatistics.Builder setBytesOut(java.lang.Long bytesOut)
Number of bytes out. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
bytesOut- New value for the property.
-
setFailCount
public IPSecVpnIkeTrafficStatistics.Builder setFailCount(java.lang.Long failCount)
Fail count. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
failCount- New value for the property.
-
setPacketsIn
public IPSecVpnIkeTrafficStatistics.Builder setPacketsIn(java.lang.Long packetsIn)
Number of packets in. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
packetsIn- New value for the property.
-
setPacketsOut
public IPSecVpnIkeTrafficStatistics.Builder setPacketsOut(java.lang.Long packetsOut)
Number of packets out. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
packetsOut- New value for the property.
-
build
public IPSecVpnIkeTrafficStatistics build()
-
-