public static final class FirewallStatsList.Builder
extends java.lang.Object
FirewallStatsList.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
FirewallStatsList. |
| Modifier and Type | Method and Description |
|---|---|
FirewallStatsList |
build() |
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.
|
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.
|
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.
|
public Builder()
FirewallStatsList.public FirewallStatsList.Builder setResultCount(java.lang.Long resultCount)
resultCount - New value for the property.public FirewallStatsList.Builder setResults(java.util.List<FirewallStats> results)
results - New value for the property.public FirewallStatsList.Builder setSectionId(java.lang.String sectionId)
sectionId - New value for the property.public FirewallStatsList build()