Class GetNotification

java.lang.Object
org.apache.fineract.client.models.GetNotification

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GetNotification extends Object
GetNotification
  • Field Details

  • Constructor Details

    • GetNotification

      public GetNotification()
  • Method Details

    • action

      public GetNotification action(String action)
    • getAction

      @Nullable public String getAction()
      Get action
      Returns:
      action
    • setAction

      public void setAction(String action)
    • actorId

      public GetNotification actorId(Long actorId)
    • getActorId

      @Nullable public Long getActorId()
      Get actorId
      Returns:
      actorId
    • setActorId

      public void setActorId(Long actorId)
    • content

      public GetNotification content(String content)
    • getContent

      @Nullable public String getContent()
      Get content
      Returns:
      content
    • setContent

      public void setContent(String content)
    • createdAt

      public GetNotification createdAt(String createdAt)
    • getCreatedAt

      @Nullable public String getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • id

      public GetNotification id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • isRead

      public GetNotification isRead(Boolean isRead)
    • getIsRead

      @Nullable public Boolean getIsRead()
      Get isRead
      Returns:
      isRead
    • setIsRead

      public void setIsRead(Boolean isRead)
    • isSystemGenerated

      public GetNotification isSystemGenerated(Boolean isSystemGenerated)
    • getIsSystemGenerated

      @Nullable public Boolean getIsSystemGenerated()
      Get isSystemGenerated
      Returns:
      isSystemGenerated
    • setIsSystemGenerated

      public void setIsSystemGenerated(Boolean isSystemGenerated)
    • objectId

      public GetNotification objectId(Long objectId)
    • getObjectId

      @Nullable public Long getObjectId()
      Get objectId
      Returns:
      objectId
    • setObjectId

      public void setObjectId(Long objectId)
    • objectType

      public GetNotification objectType(String objectType)
    • getObjectType

      @Nullable public String getObjectType()
      Get objectType
      Returns:
      objectType
    • setObjectType

      public void setObjectType(String objectType)
    • officeId

      public GetNotification officeId(Long officeId)
    • getOfficeId

      @Nullable public Long getOfficeId()
      Get officeId
      Returns:
      officeId
    • setOfficeId

      public void setOfficeId(Long officeId)
    • tenantIdentifier

      public GetNotification tenantIdentifier(String tenantIdentifier)
    • getTenantIdentifier

      @Nullable public String getTenantIdentifier()
      Get tenantIdentifier
      Returns:
      tenantIdentifier
    • setTenantIdentifier

      public void setTenantIdentifier(String tenantIdentifier)
    • userIds

      public GetNotification userIds(List<Long> userIds)
    • addUserIdsItem

      public GetNotification addUserIdsItem(Long userIdsItem)
    • getUserIds

      @Nullable public List<Long> getUserIds()
      Get userIds
      Returns:
      userIds
    • setUserIds

      public void setUserIds(List<Long> userIds)
    • 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