Class Granted


  • @Generated("jsonschema2pojo")
    public class Granted
    extends Object
    Granted

    The amount and the date associated with the grant from the prospect for the proposal.

    • Field Detail

      • amount

        @JsonPropertyDescription("The granted amount for the proposal.")
        private Object amount
        Amount

        The granted amount for the proposal.

      • date

        @JsonPropertyDescription("The date on which the proposal amount was granted.")
        private Object date
        Date

        The date on which the proposal amount was granted.

    • Constructor Detail

      • Granted

        public Granted()
    • Method Detail

      • getAmount

        public Object getAmount()
        Amount

        The granted amount for the proposal.

      • setAmount

        public void setAmount​(Object amount)
        Amount

        The granted amount for the proposal.

      • getDate

        public Object getDate()
        Date

        The date on which the proposal amount was granted.

      • setDate

        public void setDate​(Object date)
        Date

        The date on which the proposal amount was granted.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object