@Generated(value="org.jsonschema2pojo") public class HdfsReaderConfiguration extends HdfsConfiguration implements Serializable
HdfsConfiguration.Scheme
Constructor and Description |
---|
HdfsReaderConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getReaderPath()
Path below root path
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setReaderPath(String readerPath)
Path below root path
|
String |
toString() |
HdfsReaderConfiguration |
withAdditionalProperty(String name,
Object value) |
HdfsReaderConfiguration |
withReaderPath(String readerPath) |
getHost, getPassword, getPath, getPort, getScheme, getUser, setHost, setPassword, setPath, setPort, setScheme, setUser, withHost, withPassword, withPath, withPort, withScheme, withUser
getEncoding, getFieldDelimiter, getFields, getLineDelimiter, setEncoding, setFieldDelimiter, setFields, setLineDelimiter, withEncoding, withFieldDelimiter, withFields, withLineDelimiter
@BeanProperty(value="readerPath") public String getReaderPath()
@BeanProperty(value="readerPath") public void setReaderPath(String readerPath)
readerPath
- The readerPathpublic HdfsReaderConfiguration withReaderPath(String readerPath)
public String toString()
toString
in class HdfsConfiguration
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class HdfsConfiguration
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class HdfsConfiguration
public HdfsReaderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class HdfsConfiguration
public int hashCode()
hashCode
in class HdfsConfiguration
public boolean equals(Object other)
equals
in class HdfsConfiguration
Copyright © 2018 The Apache Software Foundation. All rights reserved.