public class LogstashExtendedFile extends AbstractModel
Constructor and Description |
---|
LogstashExtendedFile() |
LogstashExtendedFile(LogstashExtendedFile 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 |
getName()
Get 扩展文件名称
|
Long |
getSize()
Get 扩展文件大小,单位B
|
void |
setName(String Name)
Set 扩展文件名称
|
void |
setSize(Long Size)
Set 扩展文件大小,单位B
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LogstashExtendedFile()
public LogstashExtendedFile(LogstashExtendedFile source)
public String getName()
public void setName(String Name)
Name
- 扩展文件名称public Long getSize()
public void setSize(Long Size)
Size
- 扩展文件大小,单位BCopyright © 2022. All rights reserved.