Class AntreaAgentsInfo.Builder

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AntreaAgentsInfo build()  
      AntreaAgentsInfo.Builder setDegradedAgentNum​(java.lang.Long degradedAgentNum)
      The number of degraded agents format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      AntreaAgentsInfo.Builder setFailedAgentNum​(java.lang.Long failedAgentNum)
      The number of failed agents format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      AntreaAgentsInfo.Builder setHealthyAgentNum​(java.lang.Long healthyAgentNum)
      The number of healthy agents format: int32 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 AntreaAgentsInfo.
    • Method Detail

      • setDegradedAgentNum

        public AntreaAgentsInfo.Builder setDegradedAgentNum​(java.lang.Long degradedAgentNum)
        The number of degraded agents format: int32 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:
        degradedAgentNum - New value for the property.
      • setFailedAgentNum

        public AntreaAgentsInfo.Builder setFailedAgentNum​(java.lang.Long failedAgentNum)
        The number of failed agents format: int32 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:
        failedAgentNum - New value for the property.
      • setHealthyAgentNum

        public AntreaAgentsInfo.Builder setHealthyAgentNum​(java.lang.Long healthyAgentNum)
        The number of healthy agents format: int32 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:
        healthyAgentNum - New value for the property.