public class L7OfflineLog extends AbstractModel
header, skipSign| 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 | 
getDomain()
Get Subdomain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getLogPacketName()
Get Log package name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getLogTime()
Get Start time of the log packaging
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getSize()
Get Log size, in bytes
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getUrl()
Get Download address
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setDomain(String Domain)
Set Subdomain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setLogPacketName(String LogPacketName)
Set Log package name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setLogTime(Long LogTime)
Set Start time of the log packaging
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setSize(Long Size)
Set Log size, in bytes
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setUrl(String Url)
Set Download address
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic L7OfflineLog()
public L7OfflineLog(L7OfflineLog source)
public Long getLogTime()
public void setLogTime(Long LogTime)
LogTime - Start time of the log packaging
Note: This field may return `null`, indicating that no valid value can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain - Subdomain name
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getSize()
public void setSize(Long Size)
Size - Log size, in bytes
Note: This field may return `null`, indicating that no valid value can be obtained.public String getUrl()
public void setUrl(String Url)
Url - Download address
Note: This field may return `null`, indicating that no valid value can be obtained.public String getLogPacketName()
public void setLogPacketName(String LogPacketName)
LogPacketName - Log package name
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.