public class L4OfflineLog extends AbstractModel
Constructor and Description |
---|
L4OfflineLog() |
L4OfflineLog(L4OfflineLog 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 |
getLogPacketName()
Get 日志数据包名。
|
Long |
getLogTime()
Get 日志打包开始时间。
|
String |
getProxyId()
Get 四层实例ID。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSize()
Get 原始大小 单位byte。
|
String |
getUrl()
Get 下载地址。
|
void |
setArea(String Area)
Set 加速区域,取值有:
mainland:中国大陆境内;
overseas:全球(不含中国大陆)。
|
void |
setLogPacketName(String LogPacketName)
Set 日志数据包名。
|
void |
setLogTime(Long LogTime)
Set 日志打包开始时间。
|
void |
setProxyId(String ProxyId)
Set 四层实例ID。
注意:此字段可能返回 null,表示取不到有效值。
|
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 L4OfflineLog()
public L4OfflineLog(L4OfflineLog source)
public Long getLogTime()
public void setLogTime(Long LogTime)
LogTime
- 日志打包开始时间。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- 四层实例ID。
注意:此字段可能返回 null,表示取不到有效值。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.