Package com.vmware.nsx_policy.model
Class IdsRuleStatisticsForEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IdsRuleStatisticsForEnforcementPoint.Builder
-
- Enclosing class:
- IdsRuleStatisticsForEnforcementPoint
public static final class IdsRuleStatisticsForEnforcementPoint.Builder extends java.lang.ObjectBuilder class forIdsRuleStatisticsForEnforcementPoint.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofIdsRuleStatisticsForEnforcementPoint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdsRuleStatisticsForEnforcementPointbuild()IdsRuleStatisticsForEnforcementPoint.BuildersetEnforcementPoint(java.lang.String enforcementPoint)IDS Rule statistics for a single 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.IdsRuleStatisticsForEnforcementPoint.BuildersetStatistics(IdsRuleStatistics statistics)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIdsRuleStatisticsForEnforcementPoint.
-
-
Method Detail
-
setEnforcementPoint
public IdsRuleStatisticsForEnforcementPoint.Builder setEnforcementPoint(java.lang.String enforcementPoint)
IDS Rule statistics for a single 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 IdsRuleStatisticsForEnforcementPoint.Builder setStatistics(IdsRuleStatistics statistics)
- Parameters:
statistics- New value for the property.
-
build
public IdsRuleStatisticsForEnforcementPoint build()
-
-