Class HealthStatusItemId


  • public class HealthStatusItemId
    extends Object
    Author:
    Evgeniy.Koshkin
    • Constructor Detail

      • HealthStatusItemId

        public HealthStatusItemId​(long internalId,
                                  @NotNull
                                  String reportId,
                                  @NotNull
                                  String categoryId,
                                  @NotNull
                                  String itemId)
    • Method Detail

      • getInternalId

        public long getInternalId()
      • getReportId

        @NotNull
        public String getReportId()
      • getCategoryId

        @NotNull
        public String getCategoryId()
      • getItemId

        @NotNull
        public String getItemId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object