Package com.databricks.sdk.service.iam
Class ComplexValue
- java.lang.Object
-
- com.databricks.sdk.service.iam.ComplexValue
-
@Generated public class ComplexValue extends Object
-
-
Constructor Summary
Constructors Constructor Description ComplexValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDisplay()
Boolean
getPrimary()
String
getRef()
String
getType()
String
getValue()
int
hashCode()
ComplexValue
setDisplay(String display)
ComplexValue
setPrimary(Boolean primary)
ComplexValue
setRef(String ref)
ComplexValue
setType(String typeValue)
ComplexValue
setValue(String value)
String
toString()
-
-
-
Method Detail
-
setDisplay
public ComplexValue setDisplay(String display)
-
getDisplay
public String getDisplay()
-
setPrimary
public ComplexValue setPrimary(Boolean primary)
-
getPrimary
public Boolean getPrimary()
-
setRef
public ComplexValue setRef(String ref)
-
getRef
public String getRef()
-
setType
public ComplexValue setType(String typeValue)
-
getType
public String getType()
-
setValue
public ComplexValue setValue(String value)
-
getValue
public String getValue()
-
-