Package io.trino.metadata
Class SessionPropertyManager.SessionPropertyValue
- java.lang.Object
-
- io.trino.metadata.SessionPropertyManager.SessionPropertyValue
-
- Enclosing class:
- SessionPropertyManager
public static class SessionPropertyManager.SessionPropertyValue extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getCatalogName()StringgetDefaultValue()StringgetDescription()StringgetFullyQualifiedName()StringgetPropertyName()StringgetType()StringgetValue()booleanisHidden()
-
-
-
Method Detail
-
getFullyQualifiedName
public String getFullyQualifiedName()
-
getPropertyName
public String getPropertyName()
-
getDescription
public String getDescription()
-
getType
public String getType()
-
getValue
public String getValue()
-
getDefaultValue
public String getDefaultValue()
-
isHidden
public boolean isHidden()
-
-