Class UpdateAgentSwitchRequest

    • Constructor Detail

      • UpdateAgentSwitchRequest

        public UpdateAgentSwitchRequest()
      • UpdateAgentSwitchRequest

        public UpdateAgentSwitchRequest​(UpdateAgentSwitchRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAgentId

        public String getAgentId()
        Get Agent标识。
        Returns:
        AgentId Agent标识。
      • setAgentId

        public void setAgentId​(String AgentId)
        Set Agent标识。
        Parameters:
        AgentId - Agent标识。
      • getSwitch

        public String getSwitch()
        Get 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
        Returns:
        Switch 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
      • setSwitch

        public void setSwitch​(String Switch)
        Set 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
        Parameters:
        Switch - 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
      • getProduct

        public String getProduct()
        Get 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。
        Returns:
        Product 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。
      • setProduct

        public void setProduct​(String Product)
        Set 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。
        Parameters:
        Product - 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。