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.ObjectBuilder 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 UnboundedKeyValuePairbuild()UnboundedKeyValuePair.BuildersetKey(java.lang.String key)KeyUnboundedKeyValuePair.BuildersetValue(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()
-
-