Package com.cloudera.cdp.datahub.model
Class Endpoints
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.Endpoints
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:16.679-07:00") public class Endpoints extends Object
Object which holds the exposed endpoints for the given cluster.
-
-
Constructor Summary
Constructors Constructor Description Endpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Endpoint>
getEndpoints()
Getter for endpoints.int
hashCode()
void
setEndpoints(List<Endpoint> endpoints)
Setter for endpoints.String
toString()
-