Class HvlNotificationUserProfilePredicateModel

java.lang.Object
tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationUserProfilePredicateModel
All Implemented Interfaces:
Serializable

public class HvlNotificationUserProfilePredicateModel extends Object implements Serializable
A data transfer object which is used to predicate query.
See Also:
  • Constructor Details

    • HvlNotificationUserProfilePredicateModel

      public HvlNotificationUserProfilePredicateModel(String username)
      Instantiates a new HvlNotificationUserProfilePredicateModel.
      Parameters:
      username - the username
  • Method Details

    • of

      public static HvlNotificationUserProfilePredicateModel of(String username)
      Create user profile predicate model.
      Parameters:
      username - the username
      Returns:
      the hvl notification user profile predicate model
    • getUsername

      public String getUsername()
      Gets username.
      Returns:
      the username