Class GetTrustCleanupCommandsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetTrustCleanupCommandsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:05.855-07:00")
public class GetTrustCleanupCommandsResponse
extends CdpResponse
Response object to get trust clean up commands.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for activeDirectoryCommands.Getter for baseClusterCommands.Getter for environment.Getter for kdcType.inthashCode()voidsetActiveDirectoryCommands(ActiveDirectoryCommands activeDirectoryCommands) Setter for activeDirectoryCommands.voidsetBaseClusterCommands(BaseClusterCommands baseClusterCommands) Setter for baseClusterCommands.voidsetEnvironment(String environment) Setter for environment.voidsetKdcType(String kdcType) Setter for kdcType.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetTrustCleanupCommandsResponse
public GetTrustCleanupCommandsResponse()
-
-
Method Details
-
getEnvironment
Getter for environment. The Environment name or CRN. -
setEnvironment
Setter for environment. The Environment name or CRN. -
getKdcType
Getter for kdcType. The KDC type of the environment. -
setKdcType
Setter for kdcType. The KDC type of the environment. -
getActiveDirectoryCommands
Getter for activeDirectoryCommands. The commands to be run on the Active Directory server to cancel trust. -
setActiveDirectoryCommands
Setter for activeDirectoryCommands. The commands to be run on the Active Directory server to cancel trust. -
getBaseClusterCommands
Getter for baseClusterCommands. The commands to be run on the base cluster to cancel trust. -
setBaseClusterCommands
Setter for baseClusterCommands. The commands to be run on the base cluster to cancel trust. -
equals
-
hashCode
public int hashCode() -
toString
-