Class TerminateTestSessionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.TerminateTestSessionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-06-05T07:54:45.482-07:00")
public class TerminateTestSessionResponse
extends CdpResponse
Response object for terminating a flow designer test session.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for runtimeSession.inthashCode()voidsetRuntimeSession(RuntimeSession runtimeSession) Setter for runtimeSession.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
TerminateTestSessionResponse
public TerminateTestSessionResponse()
-
-
Method Details
-
getRuntimeSession
Getter for runtimeSession. The terminated runtime session. -
setRuntimeSession
Setter for runtimeSession. The terminated runtime session. -
equals
-
hashCode
public int hashCode() -
toString
-