Class FunctionName
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.domain.predicate.functions.FunctionName
-
public class FunctionName extends Object
Represents a fully qualified FunctionName.
-
-
Constructor Summary
Constructors Constructor Description FunctionName(String functionName)Constructs a fully qualified FunctionName.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFunctionName()Gets the name of the function.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
FunctionName
public FunctionName(String functionName)
Constructs a fully qualified FunctionName.- Parameters:
functionName- The name of the function.
-
-
Method Detail
-
getFunctionName
public String getFunctionName()
Gets the name of the function.- Returns:
- A String containing the name of the function.
-
-