Package com.databricks.sdk.service.sql
Class RepeatedEndpointConfPairs
- java.lang.Object
-
- com.databricks.sdk.service.sql.RepeatedEndpointConfPairs
-
@Generated public class RepeatedEndpointConfPairs extends Object
-
-
Constructor Summary
Constructors Constructor Description RepeatedEndpointConfPairs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<EndpointConfPair>
getConfigPair()
Collection<EndpointConfPair>
getConfigurationPairs()
int
hashCode()
RepeatedEndpointConfPairs
setConfigPair(Collection<EndpointConfPair> configPair)
RepeatedEndpointConfPairs
setConfigurationPairs(Collection<EndpointConfPair> configurationPairs)
String
toString()
-
-
-
Method Detail
-
setConfigPair
public RepeatedEndpointConfPairs setConfigPair(Collection<EndpointConfPair> configPair)
-
getConfigPair
public Collection<EndpointConfPair> getConfigPair()
-
setConfigurationPairs
public RepeatedEndpointConfPairs setConfigurationPairs(Collection<EndpointConfPair> configurationPairs)
-
getConfigurationPairs
public Collection<EndpointConfPair> getConfigurationPairs()
-
-