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