类 ResourceMonthBillRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.billing.model.ResourceMonthBillRequest
-
public class ResourceMonthBillRequest extends AbstractBceRequest
request model for query resource month bill
-
-
构造器概要
构造器 构造器 说明 ResourceMonthBillRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBeginTime()StringgetEndTime()StringgetMonth()IntegergetPageNo()IntegergetPageSize()StringgetProductType()StringgetQueryAccountId()StringgetServiceType()voidsetBeginTime(String beginTime)voidsetEndTime(String endTime)voidsetMonth(String month)voidsetPageNo(Integer pageNo)voidsetPageSize(Integer pageSize)voidsetProductType(String productType)voidsetQueryAccountId(String queryAccountId)voidsetServiceType(String serviceType)ResourceMonthBillRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getMonth
public String getMonth()
-
setMonth
public void setMonth(String month)
-
getBeginTime
public String getBeginTime()
-
setBeginTime
public void setBeginTime(String beginTime)
-
getEndTime
public String getEndTime()
-
setEndTime
public void setEndTime(String endTime)
-
getProductType
public String getProductType()
-
setProductType
public void setProductType(String productType)
-
getServiceType
public String getServiceType()
-
setServiceType
public void setServiceType(String serviceType)
-
getQueryAccountId
public String getQueryAccountId()
-
setQueryAccountId
public void setQueryAccountId(String queryAccountId)
-
getPageNo
public Integer getPageNo()
-
setPageNo
public void setPageNo(Integer pageNo)
-
getPageSize
public Integer getPageSize()
-
setPageSize
public void setPageSize(Integer pageSize)
-
withRequestCredentials
public ResourceMonthBillRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- BindTagsRequest with credentials.
-
-