Package com.vmware.nsx_policy.model
Class QuotaStatsPerPrefixListResult.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.QuotaStatsPerPrefixListResult.Builder
-
- Enclosing class:
- QuotaStatsPerPrefixListResult
public static final class QuotaStatsPerPrefixListResult.Builder extends java.lang.Object
Builder class forQuotaStatsPerPrefixListResult
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofQuotaStatsPerPrefixListResult
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotaStatsPerPrefixListResult
build()
QuotaStatsPerPrefixListResult.Builder
setResults(java.util.List<QuotaStatsPerPrefix> results)
QuotaStats list results
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofQuotaStatsPerPrefixListResult
.
-
-
Method Detail
-
setResults
public QuotaStatsPerPrefixListResult.Builder setResults(java.util.List<QuotaStatsPerPrefix> results)
QuotaStats list results- Parameters:
results
- New value for the property.
-
build
public QuotaStatsPerPrefixListResult build()
-
-