Class HostFileInfo

    • Constructor Detail

      • HostFileInfo

        public HostFileInfo()
      • HostFileInfo

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

      • getLogPath

        public String getLogPath()
        Get 日志文件夹
        Returns:
        LogPath 日志文件夹
      • setLogPath

        public void setLogPath​(String LogPath)
        Set 日志文件夹
        Parameters:
        LogPath - 日志文件夹
      • getFilePattern

        public String getFilePattern()
        Get 日志文件名
        Returns:
        FilePattern 日志文件名
      • setFilePattern

        public void setFilePattern​(String FilePattern)
        Set 日志文件名
        Parameters:
        FilePattern - 日志文件名
      • getCustomLabels

        public String[] getCustomLabels()
        Get metadata信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomLabels metadata信息 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomLabels

        public void setCustomLabels​(String[] CustomLabels)
        Set metadata信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomLabels - metadata信息 注意:此字段可能返回 null,表示取不到有效值。