类 GetMonth95Request
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cdn.model.CdnRequest
-
- com.baidubce.services.cdn.model.stat.GetMonth95Request
-
public class GetMonth95Request extends CdnRequest
-
-
构造器概要
构造器 构造器 说明 GetMonth95Request()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBillingMonth()BooleangetByTime()StringgetDomains()StringgetEndTime()StringgetStartTime()StringgetType()BooleangetWithTag()voidsetBillingMonth(String billingMonth)voidsetByTime(Boolean byTime)voidsetDomains(String domains)voidsetEndTime(String endTime)voidsetStartTime(String startTime)voidsetType(String type)voidsetWithTag(Boolean withTag)GetMonth95RequestwithBillingMonth(String billingMonth)GetMonth95RequestwithByTime(Boolean byTime)GetMonth95RequestwithDomains(String domains)GetMonth95RequestwithEndTime(String endTime)GetMonth95RequestwithStartTime(String startTime)GetMonth95RequestwithType(String type)GetMonth95RequestwithWithTag(Boolean withTag)-
从类继承的方法 com.baidubce.services.cdn.model.CdnRequest
toString, withRequestCredentials
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withDomains
public GetMonth95Request withDomains(String domains)
-
withType
public GetMonth95Request withType(String type)
-
withBillingMonth
public GetMonth95Request withBillingMonth(String billingMonth)
-
withStartTime
public GetMonth95Request withStartTime(String startTime)
-
withEndTime
public GetMonth95Request withEndTime(String endTime)
-
withByTime
public GetMonth95Request withByTime(Boolean byTime)
-
withWithTag
public GetMonth95Request withWithTag(Boolean withTag)
-
getDomains
public String getDomains()
-
setDomains
public void setDomains(String domains)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getWithTag
public Boolean getWithTag()
-
setWithTag
public void setWithTag(Boolean withTag)
-
getByTime
public Boolean getByTime()
-
setByTime
public void setByTime(Boolean byTime)
-
getBillingMonth
public String getBillingMonth()
-
setBillingMonth
public void setBillingMonth(String billingMonth)
-
getStartTime
public String getStartTime()
-
setStartTime
public void setStartTime(String startTime)
-
getEndTime
public String getEndTime()
-
setEndTime
public void setEndTime(String endTime)
-
-