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 Acceleration region.
|
String |
getDomain()
Get The subdomain name.
|
String |
getLogPacketName()
Get Log package name
|
Long |
getLogTime()
Get Start time of the log packaging
|
Long |
getSize()
Get Log size, in bytes.
|
String |
getUrl()
Get Download address
|
void |
setArea(String Area)
Set Acceleration region.
|
void |
setDomain(String Domain)
Set The subdomain name.
|
void |
setLogPacketName(String LogPacketName)
Set Log package name
|
void |
setLogTime(Long LogTime)
Set Start time of the log packaging
|
void |
setSize(Long Size)
Set Log size, in bytes.
|
void |
setUrl(String Url)
Set 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, toJsonStringpublic L7OfflineLog()
public L7OfflineLog(L7OfflineLog source)
public Long getLogTime()
public void setLogTime(Long LogTime)
LogTime - Start time of the log packagingpublic String getDomain()
public void setDomain(String Domain)
Domain - The subdomain name.public Long getSize()
public void setSize(Long Size)
Size - Log size, in bytes.public String getUrl()
public void setUrl(String Url)
Url - Download addresspublic String getLogPacketName()
public void setLogPacketName(String LogPacketName)
LogPacketName - Log package namepublic String getArea()
public void setArea(String Area)
Area - Acceleration region. Values:
Copyright © 2022. All rights reserved.