Class GetIdBrokerMappingsSyncStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetIdBrokerMappingsSyncStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GetIdBrokerMappingsSyncStatusResponse
extends CdpResponse
Response object for getting ID Broker mappings sync status.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for globalStatus.Getter for statuses.Getter for syncNeeded.int
hashCode()
void
setGlobalStatus
(String globalStatus) Setter for globalStatus.void
setStatuses
(Map<String, IdBrokerSyncStatus> statuses) Setter for statuses.void
setSyncNeeded
(Boolean syncNeeded) Setter for syncNeeded.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetIdBrokerMappingsSyncStatusResponse
public GetIdBrokerMappingsSyncStatusResponse()
-
-
Method Details
-
getSyncNeeded
Getter for syncNeeded. Whether a sync is needed to bring in-cluster mappings up-to-date. -
setSyncNeeded
Setter for syncNeeded. Whether a sync is needed to bring in-cluster mappings up-to-date. -
getGlobalStatus
Getter for globalStatus. The overall mappings sync status for all datalake clusters in the environment. -
setGlobalStatus
Setter for globalStatus. The overall mappings sync status for all datalake clusters in the environment. -
getStatuses
Getter for statuses. Map of datalake cluster CRN to mappings sync status for each datalake cluster in the environment. -
setStatuses
Setter for statuses. Map of datalake cluster CRN to mappings sync status for each datalake cluster in the environment. -
equals
-
hashCode
public int hashCode() -
toString
-