类 GetStatDefaultRequest
- java.lang.Object
-
- com.baidubce.services.cdn.model.stat.GetStatDefaultRequest
-
- 直接已知子类:
GetStatProvIspRequest
public class GetStatDefaultRequest extends Object
-
-
构造器概要
构造器 构造器 说明 GetStatDefaultRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetEndTime()StringgetGroupBy()List<String>getKey()IntegergetKeyType()IntegergetPeriod()StringgetStartTime()voidsetEndTime(String endTime)voidsetGroupBy(String groupBy)voidsetKey(List<String> key)voidsetKeyType(Integer keyType)voidsetPeriod(Integer period)voidsetStartTime(String startTime)GetStatDefaultRequestwithEndTime(Date endTime)GetStatDefaultRequestwithGroupBy(String groupBy)GetStatDefaultRequestwithKey(String key)GetStatDefaultRequestwithKey(List<String> key)GetStatDefaultRequestwithKeyType(Integer keyType)GetStatDefaultRequestwithPeriod(Integer period)GetStatDefaultRequestwithStartTime(Date startTime)
-
-
-
方法详细资料
-
withStartTime
public GetStatDefaultRequest withStartTime(Date startTime)
- 参数:
startTime-- 返回:
-
withEndTime
public GetStatDefaultRequest withEndTime(Date endTime)
- 参数:
endTime-- 返回:
-
withPeriod
public GetStatDefaultRequest withPeriod(Integer period)
- 参数:
period-- 返回:
-
withKeyType
public GetStatDefaultRequest withKeyType(Integer keyType)
- 参数:
keyType-- 返回:
-
withKey
public GetStatDefaultRequest withKey(List<String> key)
- 参数:
key-- 返回:
-
withKey
public GetStatDefaultRequest withKey(String key)
- 参数:
key-- 返回:
-
withGroupBy
public GetStatDefaultRequest withGroupBy(String groupBy)
- 参数:
groupBy-- 返回:
-
getStartTime
public String getStartTime()
-
setStartTime
public void setStartTime(String startTime)
-
getEndTime
public String getEndTime()
-
setEndTime
public void setEndTime(String endTime)
-
getPeriod
public Integer getPeriod()
-
setPeriod
public void setPeriod(Integer period)
-
getKeyType
public Integer getKeyType()
-
setKeyType
public void setKeyType(Integer keyType)
-
getGroupBy
public String getGroupBy()
-
setGroupBy
public void setGroupBy(String groupBy)
-
-