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 boolean
equals(Object o)
String
getKey()
String
getValue()
int
hashCode()
EndpointConfPair
setKey(String key)
EndpointConfPair
setValue(String value)
String
toString()
-
-
-
Method Detail
-
setKey
public EndpointConfPair setKey(String key)
-
getKey
public String getKey()
-
setValue
public EndpointConfPair setValue(String value)
-
getValue
public String getValue()
-
-