Package com.cloudera.cdp.datahub.model
Class Endpoint
java.lang.Object
com.cloudera.cdp.datahub.model.Endpoint
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class Endpoint
extends Object
Object which holds the exposed endpoint.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for displayName.Getter for knoxService.getMode()
Getter for mode.getOpen()
Getter for open.Getter for serviceName.Getter for serviceUrl.int
hashCode()
void
setDisplayName
(String displayName) Setter for displayName.void
setKnoxService
(String knoxService) Setter for knoxService.void
Setter for mode.void
Setter for open.void
setServiceName
(String serviceName) Setter for serviceName.void
setServiceUrl
(String serviceUrl) Setter for serviceUrl.toString()
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
getServiceName
Getter for serviceName. The name of the exposed service -
setServiceName
Setter for serviceName. The name of the exposed service -
getServiceUrl
Getter for serviceUrl. The server url for the given exposed service's API. -
setServiceUrl
Setter for serviceUrl. The server url for the given exposed service's API. -
getDisplayName
Getter for displayName. The more consumable name of the exposed service. -
setDisplayName
Setter for displayName. The more consumable name of the exposed service. -
getKnoxService
Getter for knoxService. The related knox entry. -
setKnoxService
Setter for knoxService. The related knox entry. -
getMode
Getter for mode. The SSO mode of the given service. -
setMode
Setter for mode. The SSO mode of the given service. -
getOpen
Getter for open. The access status of the given endpoint. Whether its open or not. -
setOpen
Setter for open. The access status of the given endpoint. Whether its open or not. -
equals
-
hashCode
public int hashCode() -
toString
-