public class PushLogInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PushLogInfo() |
PushLogInfo(PushLogInfo 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 |
---|---|
Long |
getFileSize()
Get 文件大小,单位字节。
|
String |
getLogName()
Get 日志名称。
|
String |
getLogTime()
Get 日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。
注意:
1.
|
String |
getLogUrl()
Get 日志下载地址。
|
void |
setFileSize(Long FileSize)
Set 文件大小,单位字节。
|
void |
setLogName(String LogName)
Set 日志名称。
|
void |
setLogTime(String LogTime)
Set 日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。
注意:
1.
|
void |
setLogUrl(String LogUrl)
Set 日志下载地址。
|
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, toJsonString
public PushLogInfo()
public PushLogInfo(PushLogInfo source)
public String getLogName()
public void setLogName(String LogName)
LogName
- 日志名称。public String getLogUrl()
public void setLogUrl(String LogUrl)
LogUrl
- 日志下载地址。public String getLogTime()
public void setLogTime(String LogTime)
LogTime
- 日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。
注意:
1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 文件大小,单位字节。Copyright © 2025. All rights reserved.