Package com.vmware.nsx_policy.model
Class ForwardingPolicyStatisticsForEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ForwardingPolicyStatisticsForEnforcementPoint.Builder
-
- Enclosing class:
- ForwardingPolicyStatisticsForEnforcementPoint
public static final class ForwardingPolicyStatisticsForEnforcementPoint.Builder extends java.lang.Object
Builder class forForwardingPolicyStatisticsForEnforcementPoint
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofForwardingPolicyStatisticsForEnforcementPoint
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForwardingPolicyStatisticsForEnforcementPoint
build()
ForwardingPolicyStatisticsForEnforcementPoint.Builder
setEnforcementPoint(java.lang.String enforcementPoint)
Path for a specific enforcement point This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ForwardingPolicyStatisticsForEnforcementPoint.Builder
setStatistics(ForwardingPolicyStats statistics)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofForwardingPolicyStatisticsForEnforcementPoint
.
-
-
Method Detail
-
setEnforcementPoint
public ForwardingPolicyStatisticsForEnforcementPoint.Builder setEnforcementPoint(java.lang.String enforcementPoint)
Path for a specific enforcement point 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:
enforcementPoint
- New value for the property.
-
setStatistics
public ForwardingPolicyStatisticsForEnforcementPoint.Builder setStatistics(ForwardingPolicyStats statistics)
- Parameters:
statistics
- New value for the property.
-
build
public ForwardingPolicyStatisticsForEnforcementPoint build()
-
-