Package com.vmware.nsx_policy.model
Class ShaMonitorDependOnConfigDetail.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaMonitorDependOnConfigDetail.Builder
-
- Enclosing class:
- ShaMonitorDependOnConfigDetail
public static final class ShaMonitorDependOnConfigDetail.Builder extends java.lang.Object
Builder class forShaMonitorDependOnConfigDetail
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofShaMonitorDependOnConfigDetail
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaMonitorDependOnConfigDetail
build()
ShaMonitorDependOnConfigDetail.Builder
setDependValue(java.lang.String dependValue)
The depend value of the config key This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ShaMonitorDependOnConfigDetail.Builder
setDependValueReason(java.lang.String dependValueReason)
The detail reason of the depend value This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ShaMonitorDependOnConfigDetail.Builder
setKey(java.lang.String key)
The property of the monitor config 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 ofShaMonitorDependOnConfigDetail
.
-
-
Method Detail
-
setDependValue
public ShaMonitorDependOnConfigDetail.Builder setDependValue(java.lang.String dependValue)
The depend value of the config key 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:
dependValue
- New value for the property.
-
setDependValueReason
public ShaMonitorDependOnConfigDetail.Builder setDependValueReason(java.lang.String dependValueReason)
The detail reason of the depend value 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:
dependValueReason
- New value for the property.
-
setKey
public ShaMonitorDependOnConfigDetail.Builder setKey(java.lang.String key)
The property of the monitor config 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:
key
- New value for the property.
-
build
public ShaMonitorDependOnConfigDetail build()
-
-