Class DownloadRequest
- java.lang.Object
-
- com.databricks.sdk.service.billing.DownloadRequest
-
@Generated public class DownloadRequest extends Object
Return billable usage logs
-
-
Constructor Summary
Constructors Constructor Description DownloadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEndMonth()
Boolean
getPersonalData()
String
getStartMonth()
int
hashCode()
DownloadRequest
setEndMonth(String endMonth)
DownloadRequest
setPersonalData(Boolean personalData)
DownloadRequest
setStartMonth(String startMonth)
String
toString()
-
-
-
Method Detail
-
setEndMonth
public DownloadRequest setEndMonth(String endMonth)
-
getEndMonth
public String getEndMonth()
-
setPersonalData
public DownloadRequest setPersonalData(Boolean personalData)
-
getPersonalData
public Boolean getPersonalData()
-
setStartMonth
public DownloadRequest setStartMonth(String startMonth)
-
getStartMonth
public String getStartMonth()
-
-