Package com.vmware.nsx_policy.model
Class QuotaStatsPerPrefix.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.QuotaStatsPerPrefix.Builder
-
- Enclosing class:
- QuotaStatsPerPrefix
public static final class QuotaStatsPerPrefix.Builder extends java.lang.ObjectBuilder class forQuotaStatsPerPrefix.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofQuotaStatsPerPrefix.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotaStatsPerPrefixbuild()QuotaStatsPerPrefix.BuildersetPathPrefix(java.lang.String pathPrefix)Path prefix for retriving the quota details.QuotaStatsPerPrefix.BuildersetQuotaDetails(java.util.List<QuotaStats> quotaDetails)QuotaStats list results
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofQuotaStatsPerPrefix.
-
-
Method Detail
-
setPathPrefix
public QuotaStatsPerPrefix.Builder setPathPrefix(java.lang.String pathPrefix)
Path prefix for retriving the quota details.- Parameters:
pathPrefix- New value for the property.
-
setQuotaDetails
public QuotaStatsPerPrefix.Builder setQuotaDetails(java.util.List<QuotaStats> quotaDetails)
QuotaStats list results- Parameters:
quotaDetails- New value for the property.
-
build
public QuotaStatsPerPrefix build()
-
-