Package com.vmware.nsx_policy.model
Class UnboundedKeyValuePair.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.UnboundedKeyValuePair.Builder
-
- Enclosing class:
- UnboundedKeyValuePair
public static final class UnboundedKeyValuePair.Builder extends java.lang.Object
Builder class forUnboundedKeyValuePair
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofUnboundedKeyValuePair
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnboundedKeyValuePair
build()
UnboundedKeyValuePair.Builder
setKey(java.lang.String key)
KeyUnboundedKeyValuePair.Builder
setValue(java.lang.String value)
Value
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofUnboundedKeyValuePair
.
-
-
Method Detail
-
setKey
public UnboundedKeyValuePair.Builder setKey(java.lang.String key)
Key- Parameters:
key
- New value for the property.
-
setValue
public UnboundedKeyValuePair.Builder setValue(java.lang.String value)
Value- Parameters:
value
- New value for the property.
-
build
public UnboundedKeyValuePair build()
-
-