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 The acceleration region.
|
String |
getLogPacketName()
Get The log package name.
|
Long |
getLogTime()
Get The start time of the log packaging.
|
String |
getProxyId()
Get The L4 proxy ID.
|
Long |
getSize()
Get The log size, in bytes.
|
String |
getUrl()
Get The download address.
|
void |
setArea(String Area)
Set The acceleration region.
|
void |
setLogPacketName(String LogPacketName)
Set The log package name.
|
void |
setLogTime(Long LogTime)
Set The start time of the log packaging.
|
void |
setProxyId(String ProxyId)
Set The L4 proxy ID.
|
void |
setSize(Long Size)
Set The log size, in bytes.
|
void |
setUrl(String Url)
Set The download address.
|
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
- The start time of the log packaging.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- The L4 proxy ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getSize()
public void setSize(Long Size)
Size
- The log size, in bytes.public String getUrl()
public void setUrl(String Url)
Url
- The download address.public String getLogPacketName()
public void setLogPacketName(String LogPacketName)
LogPacketName
- The log package name.public String getArea()
public void setArea(String Area)
Area
- The acceleration region. Values:
Copyright © 2022. All rights reserved.