public class APIResourceUsageCostParams
extends java.lang.Object
Constructor and Description |
---|
APIResourceUsageCostParams() |
Modifier and Type | Method and Description |
---|---|
long |
getFromTimeInMilliSeconds() |
java.util.List<APINameValue> |
getRequestParam() |
long |
getToTimeInMilliSeconds() |
void |
setFromTimeInMilliSeconds(long fromTimeInMilliSeconds) |
void |
setRequestParam(java.util.List<APINameValue> requestParam) |
void |
setToTimeInMilliSeconds(long toTimeInMilliSeconds) |
public java.util.List<APINameValue> getRequestParam()
public void setRequestParam(java.util.List<APINameValue> requestParam)
public long getFromTimeInMilliSeconds()
public void setFromTimeInMilliSeconds(long fromTimeInMilliSeconds)
public long getToTimeInMilliSeconds()
public void setToTimeInMilliSeconds(long toTimeInMilliSeconds)