@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-07-30T19:53:47.322Z") public class ApiRoleRef extends Object
Constructor and Description |
---|
ApiRoleRef() |
Modifier and Type | Method and Description |
---|---|
ApiRoleRef |
clusterName(String clusterName) |
boolean |
equals(Object o) |
String |
getClusterName() |
ApiHealthSummary |
getHealthSummary()
The high-level health status of this role.
|
String |
getRoleName() |
ApiRoleState |
getRoleStatus()
Readonly.
|
String |
getServiceName() |
int |
hashCode() |
ApiRoleRef |
healthSummary(ApiHealthSummary healthSummary) |
ApiRoleRef |
roleName(String roleName) |
ApiRoleRef |
roleStatus(ApiRoleState roleStatus) |
ApiRoleRef |
serviceName(String serviceName) |
void |
setClusterName(String clusterName) |
void |
setHealthSummary(ApiHealthSummary healthSummary) |
void |
setRoleName(String roleName) |
void |
setRoleStatus(ApiRoleState roleStatus) |
void |
setServiceName(String serviceName) |
String |
toString() |
public ApiRoleRef clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public ApiRoleRef serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public ApiRoleRef roleName(String roleName)
public String getRoleName()
public void setRoleName(String roleName)
public ApiRoleRef healthSummary(ApiHealthSummary healthSummary)
public ApiHealthSummary getHealthSummary()
public void setHealthSummary(ApiHealthSummary healthSummary)
public ApiRoleRef roleStatus(ApiRoleState roleStatus)
public ApiRoleState getRoleStatus()
public void setRoleStatus(ApiRoleState roleStatus)
Copyright © 2021. All rights reserved.