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 booleanequals(Object o)CreateLogDeliveryConfigurationParamsgetLogDeliveryConfiguration()inthashCode()WrappedCreateLogDeliveryConfigurationsetLogDeliveryConfiguration(CreateLogDeliveryConfigurationParams logDeliveryConfiguration)StringtoString()
-
-
-
Method Detail
-
setLogDeliveryConfiguration
public WrappedCreateLogDeliveryConfiguration setLogDeliveryConfiguration(CreateLogDeliveryConfigurationParams logDeliveryConfiguration)
-
getLogDeliveryConfiguration
public CreateLogDeliveryConfigurationParams getLogDeliveryConfiguration()
-
-