Class FirewallStatsList.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of FirewallStatsList.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of FirewallStatsList.
    • 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.