Class WrappedCreateLogDeliveryConfiguration
- java.lang.Object
-
- com.databricks.sdk.service.billing.WrappedCreateLogDeliveryConfiguration
-
@Generated public class WrappedCreateLogDeliveryConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description WrappedCreateLogDeliveryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
CreateLogDeliveryConfigurationParams
getLogDeliveryConfiguration()
int
hashCode()
WrappedCreateLogDeliveryConfiguration
setLogDeliveryConfiguration(CreateLogDeliveryConfigurationParams logDeliveryConfiguration)
String
toString()
-
-
-
Method Detail
-
setLogDeliveryConfiguration
public WrappedCreateLogDeliveryConfiguration setLogDeliveryConfiguration(CreateLogDeliveryConfigurationParams logDeliveryConfiguration)
-
getLogDeliveryConfiguration
public CreateLogDeliveryConfigurationParams getLogDeliveryConfiguration()
-
-