Class DatapathCounterResult.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of DatapathCounterResult.
    • Method Detail

      • setModuleCounters

        public DatapathCounterResult.Builder setModuleCounters​(java.util.List<DatapathModuleCounter> moduleCounters)
        The data of the datapath module counters. 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:
        moduleCounters - New value for the property.
      • setModuleName

        public DatapathCounterResult.Builder setModuleName​(java.lang.String moduleName)
        The name of the datapath module (e.g., VDL2, VDR). 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:
        moduleName - New value for the property.