Package com.vmware.nsx_policy.model
Class ConsolidatedStatusPerEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ConsolidatedStatusPerEnforcementPoint.Builder
-
- Enclosing class:
- ConsolidatedStatusPerEnforcementPoint
public static final class ConsolidatedStatusPerEnforcementPoint.Builder extends java.lang.Object
Builder class forConsolidatedStatusPerEnforcementPoint
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofConsolidatedStatusPerEnforcementPoint
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsolidatedStatusPerEnforcementPoint
build()
ConsolidatedStatusPerEnforcementPoint.Builder
setAlarm(PolicyRuntimeAlarm alarm)
ConsolidatedStatusPerEnforcementPoint.Builder
setConsolidatedStatus(ConsolidatedStatus consolidatedStatus)
ConsolidatedStatusPerEnforcementPoint.Builder
setEnforcementPointId(java.lang.String enforcementPointId)
Enforcement Point Id.ConsolidatedStatusPerEnforcementPoint.Builder
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched.ConsolidatedStatusPerEnforcementPoint.Builder
setSitePath(java.lang.String sitePath)
The site where this enforcement point resides.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofConsolidatedStatusPerEnforcementPoint
.
-
-
Method Detail
-
setAlarm
public ConsolidatedStatusPerEnforcementPoint.Builder setAlarm(PolicyRuntimeAlarm alarm)
- Parameters:
alarm
- New value for the property.
-
setEnforcementPointPath
public ConsolidatedStatusPerEnforcementPoint.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched. 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:
enforcementPointPath
- New value for the property.
-
setConsolidatedStatus
public ConsolidatedStatusPerEnforcementPoint.Builder setConsolidatedStatus(ConsolidatedStatus consolidatedStatus)
- Parameters:
consolidatedStatus
- New value for the property.
-
setEnforcementPointId
public ConsolidatedStatusPerEnforcementPoint.Builder setEnforcementPointId(java.lang.String enforcementPointId)
Enforcement Point Id. 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:
enforcementPointId
- New value for the property.
-
setSitePath
public ConsolidatedStatusPerEnforcementPoint.Builder setSitePath(java.lang.String sitePath)
The site where this enforcement point resides. 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:
sitePath
- New value for the property.
-
build
public ConsolidatedStatusPerEnforcementPoint build()
-
-