Class GetAutomatedSyncEnvironmentStatusResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetAutomatedSyncEnvironmentStatusResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-10-28T14:00:28.895-07:00") public class GetAutomatedSyncEnvironmentStatusResponse extends CdpResponse
Response object for getting automated sync environment status.
  • Constructor Details

    • GetAutomatedSyncEnvironmentStatusResponse

      public GetAutomatedSyncEnvironmentStatusResponse()
  • Method Details

    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of the environment.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of the environment.
    • getSyncPendingState

      public String getSyncPendingState()
      Getter for syncPendingState. The state to indicate whether the environment is synced or has a sync pending.
    • setSyncPendingState

      public void setSyncPendingState(String syncPendingState)
      Setter for syncPendingState. The state to indicate whether the environment is synced or has a sync pending.
    • getLastSyncStatus

      public LastAutomatedSyncDetails getLastSyncStatus()
      Getter for lastSyncStatus. Status of the last automated sync operation for the environment.
    • setLastSyncStatus

      public void setLastSyncStatus(LastAutomatedSyncDetails lastSyncStatus)
      Setter for lastSyncStatus. Status of the last automated sync operation for 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