com.baidubce.services.cdn.model
Class PrefetchTask

java.lang.Object
  extended by com.baidubce.services.cdn.model.JsonObject
      extended by com.baidubce.services.cdn.model.PrefetchTask

public class PrefetchTask
extends JsonObject

Author:
yixing

Constructor Summary
PrefetchTask()
           
 
Method Summary
 String getUrl()
           
 void setUrl(String url)
           
 PrefetchTask withUrl(String url)
           
 
Methods inherited from class com.baidubce.services.cdn.model.JsonObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrefetchTask

public PrefetchTask()
Method Detail

setUrl

public void setUrl(String url)
Parameters:
url -

getUrl

public String getUrl()
Returns:
url

withUrl

public PrefetchTask withUrl(String url)
Parameters:
url -
Returns:
returns this object


Copyright © 2018. All rights reserved.