public class ExportFieldRepresentation extends Object implements ResourceRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ExportFieldRepresentation.Type |
Constructor and Description |
---|
ExportFieldRepresentation() |
ExportFieldRepresentation(ExportFieldRepresentation.Type type) |
ExportFieldRepresentation(String path,
String column,
ExportFieldRepresentation.Type type) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getColumn() |
String |
getPath() |
ExportFieldRepresentation.Type |
getType() |
int |
hashCode() |
void |
setColumn(String column) |
void |
setPath(String path) |
void |
setType(ExportFieldRepresentation.Type type) |
String |
toString() |
public ExportFieldRepresentation(ExportFieldRepresentation.Type type)
public ExportFieldRepresentation()
public ExportFieldRepresentation(String path, String column, ExportFieldRepresentation.Type type)
public String getPath()
public String getColumn()
public ExportFieldRepresentation.Type getType()
public void setPath(String path)
public void setColumn(String column)
public void setType(ExportFieldRepresentation.Type type)
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.