public static final class SftpFileSystemConfigBuilder.ProxyType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SftpFileSystemConfigBuilder.ProxyType>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
proxyType |
private static long |
serialVersionUID
serialVersionUID format is YYYYMMDD for the date of the last binary change.
|
| Modifier | Constructor and Description |
|---|---|
private |
ProxyType(java.lang.String proxyType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SftpFileSystemConfigBuilder.ProxyType pType) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private static final long serialVersionUID
private final java.lang.String proxyType
public int compareTo(SftpFileSystemConfigBuilder.ProxyType pType)
compareTo in interface java.lang.Comparable<SftpFileSystemConfigBuilder.ProxyType>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object