Class DeletePrivateLinkEndpointResponse

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

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

    • DeletePrivateLinkEndpointResponse

      public DeletePrivateLinkEndpointResponse()
  • Method Details

    • getTrackingId

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

      public void setTrackingId(String trackingId)
      Setter for trackingId. Tracking ID of the delete 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