Class ExtraLogset

    • Constructor Detail

      • ExtraLogset

        public ExtraLogset()
      • ExtraLogset

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

      • getLogset

        public LogSetInfo getLogset()
        Get 日志集信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Logset 日志集信息 注意:此字段可能返回 null,表示取不到有效值。
      • setLogset

        public void setLogset​(LogSetInfo Logset)
        Set 日志集信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Logset - 日志集信息 注意:此字段可能返回 null,表示取不到有效值。
      • getTopics

        public TopicInfo[] getTopics()
        Get 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Topics 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。
      • setTopics

        public void setTopics​(TopicInfo[] Topics)
        Set 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Topics - 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。