Package com.vmware.nsx_policy.model
Class ForwardingRuleStatisticsForEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ForwardingRuleStatisticsForEnforcementPoint.Builder
-
- Enclosing class:
- ForwardingRuleStatisticsForEnforcementPoint
public static final class ForwardingRuleStatisticsForEnforcementPoint.Builder extends java.lang.Object
Builder class forForwardingRuleStatisticsForEnforcementPoint
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofForwardingRuleStatisticsForEnforcementPoint
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForwardingRuleStatisticsForEnforcementPoint
build()
ForwardingRuleStatisticsForEnforcementPoint.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.ForwardingRuleStatisticsForEnforcementPoint.Builder
setStatistics(ForwardingRuleStats statistics)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofForwardingRuleStatisticsForEnforcementPoint
.
-
-
Method Detail
-
setEnforcementPoint
public ForwardingRuleStatisticsForEnforcementPoint.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 ForwardingRuleStatisticsForEnforcementPoint.Builder setStatistics(ForwardingRuleStats statistics)
- Parameters:
statistics
- New value for the property.
-
build
public ForwardingRuleStatisticsForEnforcementPoint build()
-
-