Enum Class IndustryType

java.lang.Object
java.lang.Enum<IndustryType>
com.wechat.pay.java.service.goldplan.model.IndustryType
All Implemented Interfaces:
Serializable, Comparable<IndustryType>, Constable

public enum IndustryType extends Enum<IndustryType>
同业过滤标签枚举值
  • Enum Constant Details

    • E_COMMERCE

      @SerializedName("E_COMMERCE") public static final IndustryType E_COMMERCE
    • LOVE_MARRIAGE

      @SerializedName("LOVE_MARRIAGE") public static final IndustryType LOVE_MARRIAGE
    • POTOGRAPHY

      @SerializedName("POTOGRAPHY") public static final IndustryType POTOGRAPHY
    • EDUCATION

      @SerializedName("EDUCATION") public static final IndustryType EDUCATION
    • FINANCE

      @SerializedName("FINANCE") public static final IndustryType FINANCE
    • TOURISM

      @SerializedName("TOURISM") public static final IndustryType TOURISM
    • SKINCARE

      @SerializedName("SKINCARE") public static final IndustryType SKINCARE
    • FOOD

      @SerializedName("FOOD") public static final IndustryType FOOD
    • SPORT

      @SerializedName("SPORT") public static final IndustryType SPORT
    • JEWELRY_WATCH

      @SerializedName("JEWELRY_WATCH") public static final IndustryType JEWELRY_WATCH
    • HEALTHCARE

      @SerializedName("HEALTHCARE") public static final IndustryType HEALTHCARE
    • BUSSINESS

      @SerializedName("BUSSINESS") public static final IndustryType BUSSINESS
    • PARENTING

      @SerializedName("PARENTING") public static final IndustryType PARENTING
    • CATERING

      @SerializedName("CATERING") public static final IndustryType CATERING
    • RETAIL

      @SerializedName("RETAIL") public static final IndustryType RETAIL
    • SERVICES

      @SerializedName("SERVICES") public static final IndustryType SERVICES
    • LAW

      @SerializedName("LAW") public static final IndustryType LAW
    • ESTATE

      @SerializedName("ESTATE") public static final IndustryType ESTATE
    • TRANSPORTATION

      @SerializedName("TRANSPORTATION") public static final IndustryType TRANSPORTATION
    • ENERGY_SAVING

      @SerializedName("ENERGY_SAVING") public static final IndustryType ENERGY_SAVING
    • SECURITY

      @SerializedName("SECURITY") public static final IndustryType SECURITY
    • BUILDING_MATERIAL

      @SerializedName("BUILDING_MATERIAL") public static final IndustryType BUILDING_MATERIAL
    • COMMUNICATION

      @SerializedName("COMMUNICATION") public static final IndustryType COMMUNICATION
    • MERCHANDISE

      @SerializedName("MERCHANDISE") public static final IndustryType MERCHANDISE
    • ASSOCIATION

      @SerializedName("ASSOCIATION") public static final IndustryType ASSOCIATION
    • COMMUNITY

      @SerializedName("COMMUNITY") public static final IndustryType COMMUNITY
    • ONLINE_AVR

      @SerializedName("ONLINE_AVR") public static final IndustryType ONLINE_AVR
    • WE_MEDIA

      @SerializedName("WE_MEDIA") public static final IndustryType WE_MEDIA
    • CAR

      @SerializedName("CAR") public static final IndustryType CAR
    • SOFTWARE

      @SerializedName("SOFTWARE") public static final IndustryType SOFTWARE
    • GAME

      @SerializedName("GAME") public static final IndustryType GAME
    • CLOTHING

      @SerializedName("CLOTHING") public static final IndustryType CLOTHING
    • INDUSTY

      @SerializedName("INDUSTY") public static final IndustryType INDUSTY
    • AGRICULTURE

      @SerializedName("AGRICULTURE") public static final IndustryType AGRICULTURE
    • PUBLISHING_MEDIA

      @SerializedName("PUBLISHING_MEDIA") public static final IndustryType PUBLISHING_MEDIA
    • HOME_DIGITAL

      @SerializedName("HOME_DIGITAL") public static final IndustryType HOME_DIGITAL
  • Method Details

    • values

      public static IndustryType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IndustryType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null