类 GetCacheDetailRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cdn.model.CdnRequest
-
- com.baidubce.services.cdn.model.cache.GetCacheDetailRequest
-
public class GetCacheDetailRequest extends CdnRequest
create by changxing01 on 19/8/28
-
-
构造器概要
构造器 构造器 说明 GetCacheDetailRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetEndTime()StringgetMarker()DategetStartTime()StringgetType()StringgetUrl()voidsetEndTime(Date t)voidsetMarker(String marker)voidsetStartTime(Date t)voidsetType(String type)voidsetUrl(String url)GetCacheDetailRequestwithEndTime(Date endTime)GetCacheDetailRequestwithStartTime(Date startTime)GetCacheDetailRequestwithType(String type)GetCacheDetailRequestwithUrl(String url)-
从类继承的方法 com.baidubce.services.cdn.model.CdnRequest
toString, withRequestCredentials
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getMarker
public String getMarker()
- 返回:
- marker
-
setMarker
public void setMarker(String marker)
- 参数:
marker-
-
getType
public String getType()
- 返回:
- type
-
setType
public void setType(String type)
- 参数:
type-
-
getUrl
public String getUrl()
- 返回:
- returns this object
-
setUrl
public void setUrl(String url)
- 参数:
url-
-
setEndTime
public void setEndTime(Date t)
- 参数:
t-
-
getEndTime
public Date getEndTime()
- 返回:
- endTime
-
setStartTime
public void setStartTime(Date t)
- 参数:
t-
-
getStartTime
public Date getStartTime()
- 返回:
- startTime
-
withType
public GetCacheDetailRequest withType(String type)
- 参数:
type-- 返回:
- returns this object
-
withUrl
public GetCacheDetailRequest withUrl(String url)
- 参数:
url-- 返回:
- returns this object
-
withStartTime
public GetCacheDetailRequest withStartTime(Date startTime)
- 参数:
startTime-- 返回:
- returns this object
-
withEndTime
public GetCacheDetailRequest withEndTime(Date endTime)
- 参数:
endTime-- 返回:
- returns this object
-
-