| | |
| | | */ |
| | | private Date createTime; |
| | | |
| | | private String username; |
| | | |
| | | private String password; |
| | | |
| | | private String remoteType; |
| | | |
| | | public String getUsername() { |
| | | return username; |
| | | } |
| | | public String getRemoteType() { |
| | | return remoteType; |
| | | } |
| | | |
| | | public void setUsername(String username) { |
| | | this.username = username; |
| | | } |
| | | public void setRemoteType(String remoteType) { |
| | | this.remoteType = remoteType; |
| | | } |
| | | |
| | | public String getPassword() { |
| | | return password; |
| | | } |
| | | |
| | | public void setPassword(String password) { |
| | | this.password = password; |
| | | } |
| | | |
| | | public String getHostname() { |
| | | return hostname; |