Package com.vmware.nsx_policy.model
Class ConstantFieldValue.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ConstantFieldValue.Builder
-
- Enclosing class:
- ConstantFieldValue
public static final class ConstantFieldValue.Builder extends java.lang.ObjectBuilder class forConstantFieldValue.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofConstantFieldValue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstantFieldValuebuild()ConstantFieldValue.BuildersetConstant(com.vmware.vapi.bindings.Structure constant)Constant Value that the field must be set to.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofConstantFieldValue.
-
-
Method Detail
-
setConstant
public ConstantFieldValue.Builder setConstant(com.vmware.vapi.bindings.Structure constant)
Constant Value that the field must be set to.- Parameters:
constant- New value for the property.
-
build
public ConstantFieldValue build()
-
-