Package com.vmware.nsx_policy.model
Class PolicyTimeIntervalValue.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyTimeIntervalValue.Builder
-
- Enclosing class:
- PolicyTimeIntervalValue
public static final class PolicyTimeIntervalValue.Builder extends java.lang.Object
Builder class forPolicyTimeIntervalValue
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPolicyTimeIntervalValue
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyTimeIntervalValue
build()
PolicyTimeIntervalValue.Builder
setEndInterval(java.lang.String endInterval)
Time in 24 hour and minutes in multiple of 30.PolicyTimeIntervalValue.Builder
setStartInterval(java.lang.String startInterval)
Time in 24 hour and minutes in multiple of 30.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyTimeIntervalValue
.
-
-
Method Detail
-
setEndInterval
public PolicyTimeIntervalValue.Builder setEndInterval(java.lang.String endInterval)
Time in 24 hour and minutes in multiple of 30. Example, 17:30.- Parameters:
endInterval
- New value for the property.
-
setStartInterval
public PolicyTimeIntervalValue.Builder setStartInterval(java.lang.String startInterval)
Time in 24 hour and minutes in multiple of 30. Example, 9:00.- Parameters:
startInterval
- New value for the property.
-
build
public PolicyTimeIntervalValue build()
-
-