Class HvlOAuthzBatchProcessingErrorModel

java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.common.model.HvlOAuthzBatchProcessingErrorModel
All Implemented Interfaces:
Serializable

public class HvlOAuthzBatchProcessingErrorModel extends Object implements Serializable
A data transfer object is used for batch processing error message.
See Also:
  • Constructor Details

    • HvlOAuthzBatchProcessingErrorModel

      public HvlOAuthzBatchProcessingErrorModel(String identifier, String error)
      Instantiates a new HvlOAuthzBatchProcessingErrorModel.
      Parameters:
      identifier - the identifier
      error - the error
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets uuid.
      Returns:
      the uuid
    • setIdentifier

      public void setIdentifier(String identifier)
      Sets uuid.
      Parameters:
      identifier - the uuid
    • getError

      public String getError()
      Gets error.
      Returns:
      the error
    • setError

      public void setError(String error)
      Sets error.
      Parameters:
      error - the error
    • toString

      public String toString()
      Overrides:
      toString in class Object