类 ListInstancesResponse

    • 构造器详细资料

      • ListInstancesResponse

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

      • getInstanceNames

        public List<String> getInstanceNames()
        Get the names of all instances got from server side.
        返回:
        The names of all instances got from server side.
      • setInstanceNames

        public void setInstanceNames​(List<String> names)
        Set the names of all instances got from server side.
        参数:
        names - The names of all instances got from server side.