public class HostFileInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HostFileInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getCustomLabels()Get metadata信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getFilePattern()Get 日志文件名 | 
| String | getLogPath()Get 日志文件夹 | 
| void | setCustomLabels(String[] CustomLabels)Set metadata信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFilePattern(String FilePattern)Set 日志文件名 | 
| void | setLogPath(String LogPath)Set 日志文件夹 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HostFileInfo()
public HostFileInfo(HostFileInfo source)
public String getLogPath()
public void setLogPath(String LogPath)
LogPath - 日志文件夹public String getFilePattern()
public void setFilePattern(String FilePattern)
FilePattern - 日志文件名public String[] getCustomLabels()
public void setCustomLabels(String[] CustomLabels)
CustomLabels - metadata信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.