public class ColumnAssessment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnAssessment.Builder
Builds a ColumnAssessment
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnAssessment.Builder |
builder(String name,
String type)
return a Builder to create column assessments
|
boolean |
equals(Object o) |
String |
getName() |
String |
getSourceName() |
ColumnSuggestion |
getSuggestion() |
ColumnSupport |
getSupport() |
String |
getType() |
int |
hashCode() |
@Nullable public String getSourceName()
public String getName()
public String getType()
public ColumnSupport getSupport()
@Nullable public ColumnSuggestion getSuggestion()
public static ColumnAssessment.Builder builder(String name, String type)
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.