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 booleanequals(Object o)Collection<EndpointConfPair>getConfigPair()Collection<EndpointConfPair>getConfigurationPairs()inthashCode()RepeatedEndpointConfPairssetConfigPair(Collection<EndpointConfPair> configPair)RepeatedEndpointConfPairssetConfigurationPairs(Collection<EndpointConfPair> configurationPairs)StringtoString()
-
-
-
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()
-
-