Class AwardPeriod


  • @Generated("jsonschema2pojo")
    public class AwardPeriod
    extends Object
    Award Period

    The period in which the award was bestowed.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Award Period.")
        private String id
        ID

        The global identifier for the Award Period. (Required)

    • Constructor Detail

      • AwardPeriod

        public AwardPeriod()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Award Period. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Award Period. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object