Package com.vmware.nsx_policy.model
Class PendingChangesInfoNsxt.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PendingChangesInfoNsxt.Builder
-
- Enclosing class:
- PendingChangesInfoNsxt
public static final class PendingChangesInfoNsxt.Builder extends java.lang.Object
Builder class forPendingChangesInfoNsxt
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPendingChangesInfoNsxt
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingChangesInfoNsxt
build()
PendingChangesInfoNsxt.Builder
setPendingChangesFlag(java.lang.Boolean pendingChangesFlag)
Flag describing whether there are any pending changes that are not reflected in the status.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPendingChangesInfoNsxt
.
-
-
Method Detail
-
setPendingChangesFlag
public PendingChangesInfoNsxt.Builder setPendingChangesFlag(java.lang.Boolean pendingChangesFlag)
Flag describing whether there are any pending changes that are not reflected in the status. 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:
pendingChangesFlag
- New value for the property.
-
build
public PendingChangesInfoNsxt build()
-
-