Class GetTrustSetupCommandsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetTrustSetupCommandsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:05.855-07:00") public class GetTrustSetupCommandsResponse extends CdpResponse
Response object to get trust setup commands.
  • Constructor Details

    • GetTrustSetupCommandsResponse

      public GetTrustSetupCommandsResponse()
  • Method Details

    • getEnvironment

      public String getEnvironment()
      Getter for environment. The Environment name or CRN.
    • setEnvironment

      public void setEnvironment(String environment)
      Setter for environment. The Environment name or CRN.
    • getKdcType

      public String getKdcType()
      Getter for kdcType. The KDC type of the environment.
    • setKdcType

      public void setKdcType(String kdcType)
      Setter for kdcType. The KDC type of the environment.
    • getActiveDirectoryCommands

      public ActiveDirectoryCommands getActiveDirectoryCommands()
      Getter for activeDirectoryCommands. Commands to be run on the Active Directory server.
    • setActiveDirectoryCommands

      public void setActiveDirectoryCommands(ActiveDirectoryCommands activeDirectoryCommands)
      Setter for activeDirectoryCommands. Commands to be run on the Active Directory server.
    • getBaseClusterCommands

      public BaseClusterCommands getBaseClusterCommands()
      Getter for baseClusterCommands. Commands to be run on the base cluster.
    • setBaseClusterCommands

      public void setBaseClusterCommands(BaseClusterCommands baseClusterCommands)
      Setter for baseClusterCommands. Commands to be run on the base cluster.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object