Package com.databricks.sdk.service.sql
Class EndpointConfPair
- java.lang.Object
-
- com.databricks.sdk.service.sql.EndpointConfPair
-
@Generated public class EndpointConfPair extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointConfPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetValue()inthashCode()EndpointConfPairsetKey(String key)EndpointConfPairsetValue(String value)StringtoString()
-
-
-
Method Detail
-
setKey
public EndpointConfPair setKey(String key)
-
getKey
public String getKey()
-
setValue
public EndpointConfPair setValue(String value)
-
getValue
public String getValue()
-
-