Class HostFileInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.HostFileInfo
-
public class HostFileInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCustomLabels()Get metadata信息 注意:此字段可能返回 null,表示取不到有效值。StringgetFilePattern()Get 日志文件名StringgetLogPath()Get 日志文件夹voidsetCustomLabels(String[] CustomLabels)Set metadata信息 注意:此字段可能返回 null,表示取不到有效值。voidsetFilePattern(String FilePattern)Set 日志文件名voidsetLogPath(String LogPath)Set 日志文件夹voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-