Class GetIdBrokerMappingsSyncStatusResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GetIdBrokerMappingsSyncStatusResponse
    extends CdpResponse
    Response object for getting ID Broker mappings sync status.
    • Constructor Detail

      • GetIdBrokerMappingsSyncStatusResponse

        public GetIdBrokerMappingsSyncStatusResponse()
    • Method Detail

      • getSyncNeeded

        public Boolean getSyncNeeded()
        Getter for syncNeeded. Whether a sync is needed to bring in-cluster mappings up-to-date.
      • setSyncNeeded

        public void setSyncNeeded​(Boolean syncNeeded)
        Setter for syncNeeded. Whether a sync is needed to bring in-cluster mappings up-to-date.
      • getGlobalStatus

        public String getGlobalStatus()
        Getter for globalStatus. The overall mappings sync status for all datalake clusters in the environment.
      • setGlobalStatus

        public void setGlobalStatus​(String globalStatus)
        Setter for globalStatus. The overall mappings sync status for all datalake clusters in the environment.
      • getStatuses

        public Map<String,​IdBrokerSyncStatus> getStatuses()
        Getter for statuses. Map of datalake cluster CRN to mappings sync status for each datalake cluster in the environment.
      • setStatuses

        public void setStatuses​(Map<String,​IdBrokerSyncStatus> statuses)
        Setter for statuses. Map of datalake cluster CRN to mappings sync status for each datalake cluster in the environment.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object