com.baidubce.services.vod.model
Class GetMediaStatisticRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.vod.model.GetMediaStatisticRequest

public class GetMediaStatisticRequest
extends AbstractBceRequest

List the properties of all media resource managed by VOD service.


Constructor Summary
GetMediaStatisticRequest()
           
 
Method Summary
 Date getEndTime()
           
 String getMediaId()
           
 Date getStartTime()
           
 boolean isAggregate()
           
 void setAggregate(boolean aggregate)
           
 void setEndTime(Date endTime)
           
 void setMediaId(String mediaId)
           
 void setStartTime(Date startTime)
           
 GetMediaStatisticRequest withAggregate(boolean aggregate)
           
 GetMediaStatisticRequest withEndTime(Date endTime)
           
 GetMediaStatisticRequest withMediaId(String mediaId)
           
 AbstractBceRequest withRequestCredentials(BceCredentials credentials)
           
 GetMediaStatisticRequest withStartTime(Date startTime)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMediaStatisticRequest

public GetMediaStatisticRequest()
Method Detail

getStartTime

public Date getStartTime()

setStartTime

public void setStartTime(Date startTime)

getEndTime

public Date getEndTime()

setEndTime

public void setEndTime(Date endTime)

isAggregate

public boolean isAggregate()

setAggregate

public void setAggregate(boolean aggregate)

getMediaId

public String getMediaId()

setMediaId

public void setMediaId(String mediaId)

withMediaId

public GetMediaStatisticRequest withMediaId(String mediaId)

withStartTime

public GetMediaStatisticRequest withStartTime(Date startTime)

withEndTime

public GetMediaStatisticRequest withEndTime(Date endTime)

withAggregate

public GetMediaStatisticRequest withAggregate(boolean aggregate)

withRequestCredentials

public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest


Copyright © 2018. All rights reserved.