Package com.vmware.nsx.model
Class FirewallStatsList.Builder
- java.lang.Object
-
- com.vmware.nsx.model.FirewallStatsList.Builder
-
- Enclosing class:
- FirewallStatsList
public static final class FirewallStatsList.Builder extends java.lang.ObjectBuilder class forFirewallStatsList.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofFirewallStatsList.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallStatsListbuild()FirewallStatsList.BuildersetResultCount(java.lang.Long resultCount)Total count for firewall rule statistics in results set format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.FirewallStatsList.BuildersetResults(java.util.List<FirewallStats> results)List of rule statistics This property may be present in responses from the server, but if it is present in a request to server it will be ignored.FirewallStatsList.BuildersetSectionId(java.lang.String sectionId)Corresponding firewall section identifier for list of rule statistics This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFirewallStatsList.
-
-
Method Detail
-
setResultCount
public FirewallStatsList.Builder setResultCount(java.lang.Long resultCount)
Total count for firewall rule statistics in results set format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
resultCount- New value for the property.
-
setResults
public FirewallStatsList.Builder setResults(java.util.List<FirewallStats> results)
List of rule statistics This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
results- New value for the property.
-
setSectionId
public FirewallStatsList.Builder setSectionId(java.lang.String sectionId)
Corresponding firewall section identifier for list of rule statistics This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
sectionId- New value for the property.
-
build
public FirewallStatsList build()
-
-