Class CreatePrivateLinkEndpointResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.cloudprivatelinks.model.CreatePrivateLinkEndpointResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.464-07:00") public class CreatePrivateLinkEndpointResponse extends CdpResponse
Response object for the CreatePrivateLinkEndpoint method.
  • Constructor Details

    • CreatePrivateLinkEndpointResponse

      public CreatePrivateLinkEndpointResponse()
  • Method Details

    • getTrackingId

      public String getTrackingId()
      Getter for trackingId. Tracking ID of the create endpoint request.
    • setTrackingId

      public void setTrackingId(String trackingId)
      Setter for trackingId. Tracking ID of the create endpoint request.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object