public class L7OfflineLog extends AbstractModel
Constructor and Description |
---|
L7OfflineLog() |
L7OfflineLog(L7OfflineLog 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 |
getArea()
Get 加速区域,取值有:
mainland:中国大陆境内;
overseas:全球(不含中国大陆)。
|
String |
getDomain()
Get 子域名。
|
String |
getLogPacketName()
Get 日志数据包名。
|
Long |
getLogTime()
Get 日志打包开始时间。
|
Long |
getSize()
Get 原始大小,单位byte。
|
String |
getUrl()
Get 下载地址。
|
void |
setArea(String Area)
Set 加速区域,取值有:
mainland:中国大陆境内;
overseas:全球(不含中国大陆)。
|
void |
setDomain(String Domain)
Set 子域名。
|
void |
setLogPacketName(String LogPacketName)
Set 日志数据包名。
|
void |
setLogTime(Long LogTime)
Set 日志打包开始时间。
|
void |
setSize(Long Size)
Set 原始大小,单位byte。
|
void |
setUrl(String Url)
Set 下载地址。
|
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 L7OfflineLog()
public L7OfflineLog(L7OfflineLog source)
public Long getLogTime()
public void setLogTime(Long LogTime)
LogTime
- 日志打包开始时间。public String getDomain()
public void setDomain(String Domain)
Domain
- 子域名。public Long getSize()
public void setSize(Long Size)
Size
- 原始大小,单位byte。public String getUrl()
public void setUrl(String Url)
Url
- 下载地址。public String getLogPacketName()
public void setLogPacketName(String LogPacketName)
LogPacketName
- 日志数据包名。public String getArea()
public void setArea(String Area)
Area
- 加速区域,取值有:
Copyright © 2022. All rights reserved.