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.
  • Constructor Details

    • GetIdBrokerMappingsSyncStatusResponse

      public GetIdBrokerMappingsSyncStatusResponse()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object