public class AddServerInput extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
hostAndPort |
private String |
name |
private String |
remoteCert |
private String |
remoteKey |
| Constructor and Description |
|---|
AddServerInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHostAndPort() |
String |
getName() |
String |
getRemoteCert() |
String |
getRemoteKey() |
void |
setDescription(String description) |
void |
setHostAndPort(String hostAndPort) |
void |
setName(String name) |
void |
setRemoteCert(String remoteCert) |
void |
setRemoteKey(String remoteKey) |
String |
toString() |
private String name
private String hostAndPort
private String description
private String remoteCert
private String remoteKey
public String getName()
public void setName(String name)
public String getHostAndPort()
public void setHostAndPort(String hostAndPort)
public String getDescription()
public void setDescription(String description)
public String getRemoteCert()
public void setRemoteCert(String remoteCert)
public String getRemoteKey()
public void setRemoteKey(String remoteKey)
Copyright © 2025 JCloud. All rights reserved.