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="2025-10-28T14:00:28.895-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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for globalStatus.Getter for statuses.Getter for syncNeeded.inthashCode()voidsetGlobalStatus(String globalStatus) Setter for globalStatus.voidsetStatuses(Map<String, IdBrokerSyncStatus> statuses) Setter for statuses.voidsetSyncNeeded(Boolean syncNeeded) Setter for syncNeeded.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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
-