Package com.vmware.nsx_policy.model
Class NvdsUpgradePrecheckId.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.NvdsUpgradePrecheckId.Builder
-
- Enclosing class:
- NvdsUpgradePrecheckId
public static final class NvdsUpgradePrecheckId.Builder extends java.lang.Object
Builder class forNvdsUpgradePrecheckId
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofNvdsUpgradePrecheckId
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NvdsUpgradePrecheckId
build()
NvdsUpgradePrecheckId.Builder
setPrecheckId(java.lang.String precheckId)
Tracking ID of nvds upgrade precheck This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofNvdsUpgradePrecheckId
.
-
-
Method Detail
-
setPrecheckId
public NvdsUpgradePrecheckId.Builder setPrecheckId(java.lang.String precheckId)
Tracking ID of nvds upgrade precheck 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:
precheckId
- New value for the property.
-
build
public NvdsUpgradePrecheckId build()
-
-