@Generated public class DataframeSplitInput extends Object
Constructor and Description |
---|
DataframeSplitInput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<Object> |
getColumns() |
Collection<Object> |
getData() |
Collection<Long> |
getIndex() |
int |
hashCode() |
DataframeSplitInput |
setColumns(Collection<Object> columns) |
DataframeSplitInput |
setData(Collection<Object> data) |
DataframeSplitInput |
setIndex(Collection<Long> index) |
String |
toString() |
public DataframeSplitInput setColumns(Collection<Object> columns)
public Collection<Object> getColumns()
public DataframeSplitInput setData(Collection<Object> data)
public Collection<Object> getData()
public DataframeSplitInput setIndex(Collection<Long> index)
public Collection<Long> getIndex()
Copyright © 2024. All rights reserved.