Class Endpoint


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class Endpoint
    extends Object
    Object which holds the exposed endpoint.
    • Constructor Detail

      • Endpoint

        public Endpoint()
    • Method Detail

      • getServiceName

        public String getServiceName()
        Getter for serviceName. The name of the exposed service
      • setServiceName

        public void setServiceName​(String serviceName)
        Setter for serviceName. The name of the exposed service
      • getServiceUrl

        public String getServiceUrl()
        Getter for serviceUrl. The server url for the given exposed service's API.
      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
        Setter for serviceUrl. The server url for the given exposed service's API.
      • getDisplayName

        public String getDisplayName()
        Getter for displayName. The more consumable name of the exposed service.
      • setDisplayName

        public void setDisplayName​(String displayName)
        Setter for displayName. The more consumable name of the exposed service.
      • getKnoxService

        public String getKnoxService()
        Getter for knoxService. The related knox entry.
      • setKnoxService

        public void setKnoxService​(String knoxService)
        Setter for knoxService. The related knox entry.
      • getMode

        public String getMode()
        Getter for mode. The SSO mode of the given service.
      • setMode

        public void setMode​(String mode)
        Setter for mode. The SSO mode of the given service.
      • getOpen

        public Boolean getOpen()
        Getter for open. The access status of the given endpoint. Whether its open or not.
      • setOpen

        public void setOpen​(Boolean open)
        Setter for open. The access status of the given endpoint. Whether its open or not.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object