Class CreateInboundConnectionEndpointRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class CreateInboundConnectionEndpointRequest
    extends Object
    Request object that contains FQDN for the Inbound Connection Endpoint to create
    • Constructor Detail

      • CreateInboundConnectionEndpointRequest

        public CreateInboundConnectionEndpointRequest()
    • 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.
      • getHostname

        public String getHostname()
        Getter for hostname. Fully qualified domain name
      • setHostname

        public void setHostname​(String hostname)
        Setter for hostname. Fully qualified domain name
      • getProjectCrn

        public String getProjectCrn()
        Getter for projectCrn. The project CRN to associate this endpoint with, or null to not associate with a project
      • setProjectCrn

        public void setProjectCrn​(String projectCrn)
        Setter for projectCrn. The project CRN to associate this endpoint with, or null to not associate with a project
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object