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