Class LogConfigListPage

    • Constructor Detail

      • LogConfigListPage

        public LogConfigListPage()
      • LogConfigListPage

        public LogConfigListPage​(LogConfigListPage 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

      • getRecords

        public LogConfig[] getRecords()
        Get 记录 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Records 记录 注意:此字段可能返回 null,表示取不到有效值。
      • setRecords

        public void setRecords​(LogConfig[] Records)
        Set 记录 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Records - 记录 注意:此字段可能返回 null,表示取不到有效值。
      • getContinueToken

        public String getContinueToken()
        Get 翻页游标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ContinueToken 翻页游标 注意:此字段可能返回 null,表示取不到有效值。
      • setContinueToken

        public void setContinueToken​(String ContinueToken)
        Set 翻页游标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ContinueToken - 翻页游标 注意:此字段可能返回 null,表示取不到有效值。