类 GetDomainListLogResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.cdn.model.CdnResponse
-
- com.baidubce.services.cdn.model.logmodel.GetDomainListLogResponse
-
- 所有已实现的接口:
Serializable
public class GetDomainListLogResponse extends CdnResponse
create by changxing01 on 19/8/28- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetDomainListLogResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetEndTime()StringgetStartTime()intgetTotalCount()List<LogEntry>getUrls()voidsetEndTime(String endTime)voidsetStartTime(String startTime)voidsetTotalCount(int totalCount)voidsetUrls(List<LogEntry> urls)-
从类继承的方法 com.baidubce.services.cdn.model.CdnResponse
setMetadata, toString
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getStartTime
public String getStartTime()
- 返回:
- startTime
-
setStartTime
public void setStartTime(String startTime)
- 参数:
startTime-
-
getEndTime
public String getEndTime()
- 返回:
- endTime
-
setEndTime
public void setEndTime(String endTime)
- 参数:
endTime-
-
getTotalCount
public int getTotalCount()
- 返回:
- totalCount
-
setTotalCount
public void setTotalCount(int totalCount)
- 参数:
totalCount- url list count
-
-