Class FindRatingsRequest

  • All Implemented Interfaces:
    Serializable

    public class FindRatingsRequest
    extends PagedRequest
    The properties of the rating to be found.
    See Also:
    Serialized Form
    • Constructor Detail

      • FindRatingsRequest

        public FindRatingsRequest()
    • Method Detail

      • getSortOrder

        public SortOrder getSortOrder()
        The order of sorting on the date the rating was created.
      • getAssetId

        public UUID getAssetId()
        The ID of the asset to which the rating belongs to.
      • getUserId

        public UUID getUserId()
        The ID of the rating's author.
      • setSortOrder

        public void setSortOrder​(SortOrder sortOrder)
        The order of sorting on the date the rating was created.
      • setAssetId

        public void setAssetId​(UUID assetId)
        The ID of the asset to which the rating belongs to.
      • setUserId

        public void setUserId​(UUID userId)
        The ID of the rating's author.
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class PagedRequest