@Generated public class QueryEndpointInput extends Object
Constructor and Description |
---|
QueryEndpointInput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<Object> |
getDataframeRecords() |
DataframeSplitInput |
getDataframeSplit() |
Object |
getInputs() |
Collection<Object> |
getInstances() |
String |
getName() |
int |
hashCode() |
QueryEndpointInput |
setDataframeRecords(Collection<Object> dataframeRecords) |
QueryEndpointInput |
setDataframeSplit(DataframeSplitInput dataframeSplit) |
QueryEndpointInput |
setInputs(Object inputs) |
QueryEndpointInput |
setInstances(Collection<Object> instances) |
QueryEndpointInput |
setName(String name) |
String |
toString() |
public QueryEndpointInput setDataframeRecords(Collection<Object> dataframeRecords)
public Collection<Object> getDataframeRecords()
public QueryEndpointInput setDataframeSplit(DataframeSplitInput dataframeSplit)
public DataframeSplitInput getDataframeSplit()
public QueryEndpointInput setInputs(Object inputs)
public Object getInputs()
public QueryEndpointInput setInstances(Collection<Object> instances)
public Collection<Object> getInstances()
public QueryEndpointInput setName(String name)
public String getName()
Copyright © 2023. All rights reserved.