类 GetInstanceResponse

    • 构造器详细资料

      • GetInstanceResponse

        public GetInstanceResponse()
        Constructs a new GetInstanceResponse object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
    • 方法详细资料

      • getDescription

        public String getDescription()
        Get the description information for this instance.
        返回:
        The description information for this instance.
      • getInstanceName

        public String getInstanceName()
        Get the name of this instance.
        返回:
        The name of this instance.
      • getTableNames

        public List<String> getTableNames()
        Get all of the table names belong to this instance.
        返回:
        All of the table names belong to this instance.
      • setDescription

        public void setDescription​(String description)
        Set the description information for this instance.
        参数:
        description - The description information for this instance.
      • setInstanceName

        public void setInstanceName​(String instanceName)
        Set the name of the requested instance for response.
        参数:
        instanceName - The name of the requested instance.
      • setTableNames

        public void setTableNames​(List<String> tableNames)
        Set the table names to the response tables set.
        参数:
        tableNames - The names of tables to be added to the response tables set.