Class MarketingList


  • @Generated("jsonschema2pojo")
    public class MarketingList
    extends Object
    Marketing Lists

    The marketing lists used for the appeal.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Marketing Lists.")
        private String id
        ID

        The global identifier for the Marketing Lists. (Required)

    • Constructor Detail

      • MarketingList

        public MarketingList()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Marketing Lists. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Marketing Lists. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object