com.volcengine.model.imagex.v2.DescribeImageVolcCdnAccessLogResResultLogsItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* DescribeImageVolcCdnAccessLogResResultLogsItem
*/
@lombok.Data
public final class DescribeImageVolcCdnAccessLogResResultLogsItem {
/**
* 日志起始时间。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "StartTime")
private Long startTime;
/**
* 日志结束时间。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "EndTime")
private Long endTime;
/**
* 日志包名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "LogName")
private String logName;
/**
* 日志包下载地址,下载链接有效时间为 10 分钟。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "LogPath")
private String logPath;
/**
* 日志包大小,单位为 byte。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "LogSize")
private Long logSize;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy