Package com.vmware.nsx_policy.model
Class RowListField.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.RowListField.Builder
-
- Enclosing class:
- RowListField
public static final class RowListField.Builder extends java.lang.Object
Builder class forRowListField
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofRowListField
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowListField
build()
RowListField.Builder
setAlias(java.lang.String alias)
RowListField.Builder
setPath(java.lang.String path)
JSON path to the root of the api result set for forming rows.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofRowListField
.
-
-
Method Detail
-
setAlias
public RowListField.Builder setAlias(java.lang.String alias)
- Parameters:
alias
- New value for the property.
-
setPath
public RowListField.Builder setPath(java.lang.String path)
JSON path to the root of the api result set for forming rows.- Parameters:
path
- New value for the property.
-
build
public RowListField build()
-
-