Class GetLogDeliveryRequest
- java.lang.Object
-
- com.databricks.sdk.service.billing.GetLogDeliveryRequest
-
@Generated public class GetLogDeliveryRequest extends Object
Get log delivery configuration
-
-
Constructor Summary
Constructors Constructor Description GetLogDeliveryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLogDeliveryConfigurationId()
int
hashCode()
GetLogDeliveryRequest
setLogDeliveryConfigurationId(String logDeliveryConfigurationId)
String
toString()
-
-
-
Method Detail
-
setLogDeliveryConfigurationId
public GetLogDeliveryRequest setLogDeliveryConfigurationId(String logDeliveryConfigurationId)
-
getLogDeliveryConfigurationId
public String getLogDeliveryConfigurationId()
-
-