Package com.vmware.nsx_policy.model
Class OdsRunbookParameterRange.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.OdsRunbookParameterRange.Builder
-
- Enclosing class:
- OdsRunbookParameterRange
public static final class OdsRunbookParameterRange.Builder extends java.lang.ObjectBuilder class forOdsRunbookParameterRange.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofOdsRunbookParameterRange.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OdsRunbookParameterRangebuild()OdsRunbookParameterRange.BuildersetMaxValue(java.lang.Long maxValue)The max value of the parameter.OdsRunbookParameterRange.BuildersetMinValue(java.lang.Long minValue)The min value of the parameter.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofOdsRunbookParameterRange.
-
-
Method Detail
-
setMaxValue
public OdsRunbookParameterRange.Builder setMaxValue(java.lang.Long maxValue)
The max value of the parameter. format: int64 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:
maxValue- New value for the property.
-
setMinValue
public OdsRunbookParameterRange.Builder setMinValue(java.lang.Long minValue)
The min value of the parameter. format: int64 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:
minValue- New value for the property.
-
build
public OdsRunbookParameterRange build()
-
-