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 boolean
equals(Object o)
String
getFunctionName()
Gets the name of the function.int
hashCode()
String
toString()
-
-
-
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.
-
-