public class ServiceResponse extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ServiceResponse.ServiceResponseSwagger
Interface to help correct Swagger documentation generation
|
Constructor and Description |
---|
ServiceResponse(Long clusterId,
String clusterName,
String serviceName,
StackId desiredStackId,
String desiredRepositoryVersion,
RepositoryVersionState repositoryVersionState,
String desiredState,
boolean credentialStoreSupported,
boolean credentialStoreEnabled,
boolean ssoIntegrationSupported,
boolean ssoIntegrationDesired,
boolean ssoIntegrationEnabled,
boolean ssoIntegrationRequiresKerberos,
boolean kerberosEnabled,
boolean ldapIntegrationSupported,
boolean ldapIntegrationEnabled,
boolean ldapIntegrationDesired) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
String |
getClusterName() |
String |
getDesiredRepositoryVersion()
Gets the desired repository version.
|
Long |
getDesiredRepositoryVersionId() |
String |
getDesiredStackId() |
String |
getDesiredState() |
String |
getMaintenanceState() |
RepositoryVersionState |
getRepositoryVersionState()
Gets the calculated repository version state from the components of this
service.
|
String |
getServiceName() |
int |
hashCode() |
boolean |
isCredentialStoreEnabled()
Get a true or false value indicating if the service is enabled
for credential store use or not.
|
boolean |
isCredentialStoreSupported()
Get a true or false value indicating if the service supports
credential store use or not.
|
boolean |
isKerberosEnabled()
Indicates whether the service is configured for Kerberos or not
|
boolean |
isLdapIntegrationDesired()
Indicates whether the service is chosen for LDAP integration or not
|
boolean |
isLdapIntegrationEnabled()
Indicates whether the service is configured for LDAP integration or not
|
boolean |
isLdapIntegrationSupported()
Indicates if this service supports LDAP integration.
|
boolean |
isSsoIntegrationDesired()
Indicates whether the service is chosen for SSO integration or not
|
boolean |
isSsoIntegrationEnabled()
Indicates whether the service is configured for SSO integration or not
|
boolean |
isSsoIntegrationRequiresKerberos()
Indicates if Kerberos is required for SSO integration
|
boolean |
isSsoIntegrationSupported()
Indicates if this service supports single sign-on integration.
|
void |
setClusterId(Long clusterId) |
void |
setClusterName(String clusterName) |
void |
setCredentialStoreEnabled(boolean credentialStoreEnabled)
Set a true or false value indicating whether the service is
enabled for credential store use or not.
|
void |
setCredentialStoreSupported(boolean credentialStoreSupported)
Set a true or false value indicating whether the service
supports credential store or not.
|
void |
setDesiredRepositoryVersionId(Long id) |
void |
setDesiredState(String desiredState) |
void |
setMaintenanceState(String state) |
void |
setServiceName(String serviceName) |
public ServiceResponse(Long clusterId, String clusterName, String serviceName, StackId desiredStackId, String desiredRepositoryVersion, RepositoryVersionState repositoryVersionState, String desiredState, boolean credentialStoreSupported, boolean credentialStoreEnabled, boolean ssoIntegrationSupported, boolean ssoIntegrationDesired, boolean ssoIntegrationEnabled, boolean ssoIntegrationRequiresKerberos, boolean kerberosEnabled, boolean ldapIntegrationSupported, boolean ldapIntegrationEnabled, boolean ldapIntegrationDesired)
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the serviceName to setpublic Long getClusterId()
public void setClusterId(Long clusterId)
clusterId
- the clusterId to setpublic String getClusterName()
public void setClusterName(String clusterName)
clusterName
- the clusterName to setpublic String getDesiredState()
public void setDesiredState(String desiredState)
desiredState
- the desiredState to setpublic String getDesiredStackId()
public String getDesiredRepositoryVersion()
public RepositoryVersionState getRepositoryVersionState()
public void setMaintenanceState(String state)
public String getMaintenanceState()
public boolean isCredentialStoreSupported()
public void setCredentialStoreSupported(boolean credentialStoreSupported)
credentialStoreSupported
- public boolean isCredentialStoreEnabled()
public void setCredentialStoreEnabled(boolean credentialStoreEnabled)
credentialStoreEnabled
- public boolean isSsoIntegrationSupported()
public boolean isSsoIntegrationDesired()
public boolean isSsoIntegrationEnabled()
public boolean isSsoIntegrationRequiresKerberos()
public boolean isKerberosEnabled()
public boolean isLdapIntegrationSupported()
public boolean isLdapIntegrationEnabled()
public boolean isLdapIntegrationDesired()
public void setDesiredRepositoryVersionId(Long id)
id
- the desired repository idpublic Long getDesiredRepositoryVersionId()
Copyright © 2022 Apache Software Foundation. All rights reserved.