@Generated public class Server extends IdentifiableBase implements Serializable, Cloneable
GLOBAL_LEVEL, USER_LEVEL| Modifier and Type | Method and Description |
|---|---|
Server |
clone() |
Object |
getConfiguration() |
Server |
getDelegate() |
String |
getDirectoryPermissions() |
String |
getFilePermissions() |
String |
getPassphrase() |
String |
getPassword() |
String |
getPrivateKey() |
String |
getUsername() |
static List<Server> |
serverToApiV3(List<Server> list) |
static List<Server> |
serverToApiV4(List<Server> list) |
void |
setConfiguration(Object configuration) |
void |
setDirectoryPermissions(String directoryPermissions) |
void |
setFilePermissions(String filePermissions) |
void |
setPassphrase(String passphrase) |
void |
setPassword(String password) |
void |
setPrivateKey(String privateKey) |
void |
setUsername(String username) |
getId, identifiableBaseToApiV3, identifiableBaseToApiV4, setIdgetSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4public Server()
public Server(Server delegate)
public Server clone()
clone in class IdentifiableBasepublic Server getDelegate()
getDelegate in class IdentifiableBasepublic String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getPassphrase()
public void setPassphrase(String passphrase)
public String getFilePermissions()
public void setFilePermissions(String filePermissions)
public String getDirectoryPermissions()
public void setDirectoryPermissions(String directoryPermissions)
public Object getConfiguration()
public void setConfiguration(Object configuration)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.