类 GetPrefetchStatusRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cdn.model.CdnRequest
-
- com.baidubce.services.cdn.model.GetPrefetchStatusRequest
-
public class GetPrefetchStatusRequest extends CdnRequest
- 作者:
- yixing
-
-
构造器概要
构造器 构造器 说明 GetPrefetchStatusRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetEndTime()StringgetId()StringgetMarker()DategetStartTime()StringgetUrl()voidsetEndTime(Date t)voidsetId(String id)voidsetMarker(String marker)voidsetStartTime(Date t)voidsetUrl(String url)GetPrefetchStatusRequestwithEndTime(Date endTime)GetPrefetchStatusRequestwithId(String id)GetPrefetchStatusRequestwithMarker(String marker)GetPrefetchStatusRequestwithStartTime(Date startTime)GetPrefetchStatusRequestwithUrl(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-
-
getId
public String getId()
- 返回:
- id
-
setId
public void setId(String id)
- 参数:
id-
-
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
-
withId
public GetPrefetchStatusRequest withId(String id)
- 参数:
id-- 返回:
- returns this object
-
withUrl
public GetPrefetchStatusRequest withUrl(String url)
- 参数:
url-- 返回:
- returns this object
-
withStartTime
public GetPrefetchStatusRequest withStartTime(Date startTime)
- 参数:
startTime-- 返回:
- returns this object
-
withEndTime
public GetPrefetchStatusRequest withEndTime(Date endTime)
- 参数:
endTime-- 返回:
- returns this object
-
withMarker
public GetPrefetchStatusRequest withMarker(String marker)
- 参数:
marker-- 返回:
- returns this object
-
-