Class CatchFilter


  • public class CatchFilter
    extends Object

    CatchFilter class.

    Version:
    $Id: $Id
    Author:
    mailersend
    • Field Detail

      • type

        @SerializedName("type")
        public String type
      • filters

        @SerializedName("filters")
        public Filter[] filters
    • Constructor Detail

      • CatchFilter

        public CatchFilter()

        Constructor for CatchFilter.

      • CatchFilter

        public CatchFilter​(String type,
                           Filter[] filters)

        Constructor for CatchFilter.

        Parameters:
        type - a String object.
        filters - an array of Filter objects.