Class OperationStatesImpl

java.lang.Object
com.commercetools.importapi.models.importsummaries.OperationStatesImpl
All Implemented Interfaces:
OperationStates, io.vrap.rmf.base.client.ModelBase

public class OperationStatesImpl extends Object implements OperationStates, io.vrap.rmf.base.client.ModelBase
OperationStates
  • Constructor Details

    • OperationStatesImpl

      public OperationStatesImpl()
      create empty instance
  • Method Details

    • getProcessing

      public Long getProcessing()

      The number of resources in the processing state.

      Specified by:
      getProcessing in interface OperationStates
      Returns:
      processing
    • getValidationFailed

      public Long getValidationFailed()

      The number of resources in the validationFailed state.

      Specified by:
      getValidationFailed in interface OperationStates
      Returns:
      validationFailed
    • getUnresolved

      public Long getUnresolved()

      The number of resources in the unresolved state.

      Specified by:
      getUnresolved in interface OperationStates
      Returns:
      unresolved
    • getWaitForMasterVariant

      public Long getWaitForMasterVariant()

      The number of resources in the waitForMasterVariant state.

      Specified by:
      getWaitForMasterVariant in interface OperationStates
      Returns:
      waitForMasterVariant
    • getImported

      public Long getImported()

      The number of resources in the imported state.

      Specified by:
      getImported in interface OperationStates
      Returns:
      imported
    • getRejected

      public Long getRejected()

      The number of resources in the rejected state.

      Specified by:
      getRejected in interface OperationStates
      Returns:
      rejected
    • getCanceled

      public Long getCanceled()

      The number of resources in the canceled state.

      Specified by:
      getCanceled in interface OperationStates
      Returns:
      canceled
    • setProcessing

      public void setProcessing(Long processing)
      Description copied from interface: OperationStates

      The number of resources in the processing state.

      Specified by:
      setProcessing in interface OperationStates
      Parameters:
      processing - value to be set
    • setValidationFailed

      public void setValidationFailed(Long validationFailed)
      Description copied from interface: OperationStates

      The number of resources in the validationFailed state.

      Specified by:
      setValidationFailed in interface OperationStates
      Parameters:
      validationFailed - value to be set
    • setUnresolved

      public void setUnresolved(Long unresolved)
      Description copied from interface: OperationStates

      The number of resources in the unresolved state.

      Specified by:
      setUnresolved in interface OperationStates
      Parameters:
      unresolved - value to be set
    • setWaitForMasterVariant

      public void setWaitForMasterVariant(Long waitForMasterVariant)
      Description copied from interface: OperationStates

      The number of resources in the waitForMasterVariant state.

      Specified by:
      setWaitForMasterVariant in interface OperationStates
      Parameters:
      waitForMasterVariant - value to be set
    • setImported

      public void setImported(Long imported)
      Description copied from interface: OperationStates

      The number of resources in the imported state.

      Specified by:
      setImported in interface OperationStates
      Parameters:
      imported - value to be set
    • setRejected

      public void setRejected(Long rejected)
      Description copied from interface: OperationStates

      The number of resources in the rejected state.

      Specified by:
      setRejected in interface OperationStates
      Parameters:
      rejected - value to be set
    • setCanceled

      public void setCanceled(Long canceled)
      Description copied from interface: OperationStates

      The number of resources in the canceled state.

      Specified by:
      setCanceled in interface OperationStates
      Parameters:
      canceled - value to be set
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object