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 booleanequals(Object o)StringgetDisplay()BooleangetPrimary()StringgetRef()StringgetType()StringgetValue()inthashCode()ComplexValuesetDisplay(String display)ComplexValuesetPrimary(Boolean primary)ComplexValuesetRef(String ref)ComplexValuesetType(String typeValue)ComplexValuesetValue(String value)StringtoString()
-
-
-
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()
-
-