Package com.vmware.nsx_policy.model
Class EffectiveIPInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.EffectiveIPInfo.Builder
-
- Enclosing class:
- EffectiveIPInfo
public static final class EffectiveIPInfo.Builder extends java.lang.Object
Builder class forEffectiveIPInfo
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofEffectiveIPInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveIPInfo
build()
EffectiveIPInfo.Builder
setEffectiveIps(java.util.List<java.lang.String> effectiveIps)
EffectiveIPInfo.Builder
setSiteId(java.lang.String siteId)
Id of the site to which the effective IPs belong to
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofEffectiveIPInfo
.
-
-
Method Detail
-
setEffectiveIps
public EffectiveIPInfo.Builder setEffectiveIps(java.util.List<java.lang.String> effectiveIps)
- Parameters:
effectiveIps
- New value for the property.
-
setSiteId
public EffectiveIPInfo.Builder setSiteId(java.lang.String siteId)
Id of the site to which the effective IPs belong to- Parameters:
siteId
- New value for the property.
-
build
public EffectiveIPInfo build()
-
-