Class DatapathModuleCounter.Builder

    • Constructor Detail

      • Builder

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

      • setCounterName

        public DatapathModuleCounter.Builder setCounterName​(java.lang.String counterName)
        The name of the counter. 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:
        counterName - New value for the property.
      • setCounterValue

        public DatapathModuleCounter.Builder setCounterValue​(java.lang.Long counterValue)
        The value of the counter. 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:
        counterValue - New value for the property.