Class RestartTestSessionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.RestartTestSessionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-06-05T07:54:45.482-07:00")
public class RestartTestSessionResponse
extends CdpResponse
Response object for restarting a flow designer runtime 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
-
RestartTestSessionResponse
public RestartTestSessionResponse()
-
-
Method Details
-
getRuntimeSession
Getter for runtimeSession. The restarted runtime session. -
setRuntimeSession
Setter for runtimeSession. The restarted runtime session. -
equals
-
hashCode
public int hashCode() -
toString
-