Package com.cloudera.cdp.datalake.model
Class Endpoint
java.lang.Object
com.cloudera.cdp.datalake.model.Endpoint
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class Endpoint
extends Object
Object which holds the exposed endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for displayName.Getter for knoxService.getMode()Getter for mode.getOpen()Getter for open.Getter for serviceName.Getter for serviceUrl.inthashCode()voidsetDisplayName(String displayName) Setter for displayName.voidsetKnoxService(String knoxService) Setter for knoxService.voidSetter for mode.voidSetter for open.voidsetServiceName(String serviceName) Setter for serviceName.voidsetServiceUrl(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
-