Class L4OfflineLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.L4OfflineLog
-
public class L4OfflineLog extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArea()Get 日志所属区域,取值有: mainland:中国大陆境内; overseas:全球(不含中国大陆)。StringgetLogEndTime()Get 日志打包结束时间。StringgetLogPacketName()Get 离线日志数据包名。StringgetLogStartTime()Get 日志打包开始时间。LonggetLogTime()Get 日志打包时间,此参数已经废弃。StringgetProxyId()Get 四层代理实例 ID。LonggetSize()Get 日志大小,单位为 Byte。StringgetUrl()Get 离线日志下载地址。voidsetArea(String Area)Set 日志所属区域,取值有: mainland:中国大陆境内; overseas:全球(不含中国大陆)。voidsetLogEndTime(String LogEndTime)Set 日志打包结束时间。voidsetLogPacketName(String LogPacketName)Set 离线日志数据包名。voidsetLogStartTime(String LogStartTime)Set 日志打包开始时间。voidsetLogTime(Long LogTime)Set 日志打包时间,此参数已经废弃。voidsetProxyId(String ProxyId)Set 四层代理实例 ID。voidsetSize(Long Size)Set 日志大小,单位为 Byte。voidsetUrl(String Url)Set 离线日志下载地址。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
L4OfflineLog
public L4OfflineLog()
-
L4OfflineLog
public 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.
-
-
Method Detail
-
getProxyId
public String getProxyId()
Get 四层代理实例 ID。- Returns:
- ProxyId 四层代理实例 ID。
-
setProxyId
public void setProxyId(String ProxyId)
Set 四层代理实例 ID。- Parameters:
ProxyId- 四层代理实例 ID。
-
getArea
public String getArea()
Get 日志所属区域,取值有:- mainland:中国大陆境内;
- overseas:全球(不含中国大陆)。
- Returns:
- Area 日志所属区域,取值有:
- mainland:中国大陆境内;
- overseas:全球(不含中国大陆)。
-
setArea
public void setArea(String Area)
Set 日志所属区域,取值有:- mainland:中国大陆境内;
- overseas:全球(不含中国大陆)。
- Parameters:
Area- 日志所属区域,取值有:- mainland:中国大陆境内;
- overseas:全球(不含中国大陆)。
-
getLogPacketName
public String getLogPacketName()
Get 离线日志数据包名。- Returns:
- LogPacketName 离线日志数据包名。
-
setLogPacketName
public void setLogPacketName(String LogPacketName)
Set 离线日志数据包名。- Parameters:
LogPacketName- 离线日志数据包名。
-
getUrl
public String getUrl()
Get 离线日志下载地址。- Returns:
- Url 离线日志下载地址。
-
setUrl
public void setUrl(String Url)
Set 离线日志下载地址。- Parameters:
Url- 离线日志下载地址。
-
getLogTime
public Long getLogTime()
Get 日志打包时间,此参数已经废弃。- Returns:
- LogTime 日志打包时间,此参数已经废弃。
-
setLogTime
public void setLogTime(Long LogTime)
Set 日志打包时间,此参数已经废弃。- Parameters:
LogTime- 日志打包时间,此参数已经废弃。
-
getLogStartTime
public String getLogStartTime()
Get 日志打包开始时间。- Returns:
- LogStartTime 日志打包开始时间。
-
setLogStartTime
public void setLogStartTime(String LogStartTime)
Set 日志打包开始时间。- Parameters:
LogStartTime- 日志打包开始时间。
-
getLogEndTime
public String getLogEndTime()
Get 日志打包结束时间。- Returns:
- LogEndTime 日志打包结束时间。
-
setLogEndTime
public void setLogEndTime(String LogEndTime)
Set 日志打包结束时间。- Parameters:
LogEndTime- 日志打包结束时间。
-
getSize
public Long getSize()
Get 日志大小,单位为 Byte。- Returns:
- Size 日志大小,单位为 Byte。
-
setSize
public void setSize(Long Size)
Set 日志大小,单位为 Byte。- Parameters:
Size- 日志大小,单位为 Byte。
-
-