Class InboundConnectionEndpointClientPrivateKeyRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2023-09-27T13:27:54.557-07:00")
    public class InboundConnectionEndpointClientPrivateKeyRequest
    extends Object
    Request object to retrieve Inbound Connection Endpoint client's private key.
    • Constructor Detail

      • InboundConnectionEndpointClientPrivateKeyRequest

        public InboundConnectionEndpointClientPrivateKeyRequest()
    • Method Detail

      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of an environment to execute the command.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of an environment to execute the command.
      • getId

        @Deprecated
        public String getId()
        Deprecated.
        Getter for id. The Inbound Connection Endpoint identifier. Deprecated. Use 'crn' instead
      • setId

        @Deprecated
        public void setId​(String id)
        Deprecated.
        Setter for id. The Inbound Connection Endpoint identifier. Deprecated. Use 'crn' instead
      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the Inbound Connection Endpoint
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the Inbound Connection Endpoint
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object