Class HvlOAuthLookupOperationInfoEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.event.common.model.HvlOAuthOperationInfoEventModel
tr.com.havelsan.javarch.oauth.event.common.module.lookup.model.HvlOAuthLookupOperationInfoEventModel
All Implemented Interfaces:
Serializable

public class HvlOAuthLookupOperationInfoEventModel extends HvlOAuthOperationInfoEventModel
The type lookup operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthLookupOperationInfoEventModel

      public HvlOAuthLookupOperationInfoEventModel()
      Instantiates a new HvlOAuthLookupOperationInfoEventModel.
    • HvlOAuthLookupOperationInfoEventModel

      public HvlOAuthLookupOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, String integrationCode)
      Instantiates a new HvlOAuthLookupOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      integrationCode - the integration code
    • HvlOAuthLookupOperationInfoEventModel

      public HvlOAuthLookupOperationInfoEventModel(HvlOAuthOperationEventType eventType, String uuid)
      Instantiates a new HvlOAuthLookupOperationInfoEventModel.
      Parameters:
      eventType - the event type
      uuid - the uuid
  • Method Details

    • getIntegrationCode

      public String getIntegrationCode()
      Gets integration code.
      Returns:
      the integration code
    • setIntegrationCode

      public void setIntegrationCode(String integrationCode)
      Sets integration code.
      Parameters:
      integrationCode - the integration code
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel