Class ClassificationInformation


  • @Validated
    public class ClassificationInformation
    extends Object
    ClassificationInformation
    • Constructor Detail

      • ClassificationInformation

        public ClassificationInformation()
    • Method Detail

      • getLevel

        @NotNull
        public @NotNull String getLevel()
        Get level
        Returns:
        level
      • setLevel

        public void setLevel​(String level)
      • getClassificationAgency

        public String getClassificationAgency()
        Get classificationAgency
        Returns:
        classificationAgency
      • setClassificationAgency

        public void setClassificationAgency​(String classificationAgency)
      • getReasonIds

        @NotNull
        @Size(min=1)
        public @NotNull @Size(min=1) List<String> getReasonIds()
        Get reasonIds
        Returns:
        reasonIds
      • setReasonIds

        public void setReasonIds​(List<String> reasonIds)
      • getDowngradeOn

        @Valid
        public @Valid LocalDate getDowngradeOn()
        Get downgradeOn
        Returns:
        downgradeOn
      • setDowngradeOn

        public void setDowngradeOn​(LocalDate downgradeOn)
      • getDowngradeEvent

        public String getDowngradeEvent()
        Get downgradeEvent
        Returns:
        downgradeEvent
      • setDowngradeEvent

        public void setDowngradeEvent​(String downgradeEvent)
      • getDowngradeInstructions

        public String getDowngradeInstructions()
        Get downgradeInstructions
        Returns:
        downgradeInstructions
      • setDowngradeInstructions

        public void setDowngradeInstructions​(String downgradeInstructions)
      • getDeclassifyOn

        @Valid
        public @Valid LocalDate getDeclassifyOn()
        Get declassifyOn
        Returns:
        declassifyOn
      • setDeclassifyOn

        public void setDeclassifyOn​(LocalDate declassifyOn)
      • getDeclassificationEvent

        public String getDeclassificationEvent()
        Get declassificationEvent
        Returns:
        declassificationEvent
      • setDeclassificationEvent

        public void setDeclassificationEvent​(String declassificationEvent)
      • getExemptionIds

        public List<String> getExemptionIds()
        Get exemptionIds
        Returns:
        exemptionIds
      • setExemptionIds

        public void setExemptionIds​(List<String> exemptionIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object