@Entity public class RemoteAmbariClusterEntity extends Object
| Constructor and Description |
|---|
RemoteAmbariClusterEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Get the id
|
String |
getName()
Get the name of cluster
|
String |
getPassword()
Get the password
|
Collection<RemoteAmbariClusterServiceEntity> |
getServices()
Get the services installed on the cluster
|
String |
getUrl()
Get the cluster url
|
String |
getUsername()
Get username
|
void |
setId(Long id)
Set the id of cluster
|
void |
setName(String name)
Set the cluster name
|
void |
setPassword(String password)
Set the password
|
void |
setServices(Collection<RemoteAmbariClusterServiceEntity> services)
Set the services installed on the cluster
|
void |
setUrl(String url)
Set the url
|
void |
setUsername(String username)
Set the username
|
public Long getId()
public void setId(Long id)
id - public String getName()
public void setName(String name)
name - public String getUrl()
public void setUrl(String url)
url - public String getUsername()
public void setUsername(String username)
username - public String getPassword()
public void setPassword(String password) throws org.apache.ambari.view.MaskException
password - org.apache.ambari.view.MaskExceptionpublic Collection<RemoteAmbariClusterServiceEntity> getServices()
public void setServices(Collection<RemoteAmbariClusterServiceEntity> services)
services - Copyright © 2022 Apache Software Foundation. All rights reserved.