Class AppTypeDemographicFilter
- java.lang.Object
-
- com.linecorp.bot.model.narrowcast.filter.AppTypeDemographicFilter
-
- All Implemented Interfaces:
DemographicFilter
public final class AppTypeDemographicFilter extends java.lang.Object implements DemographicFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppTypeDemographicFilter.AppTypestatic classAppTypeDemographicFilter.AppTypeDemographicFilterBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppTypeDemographicFilter.AppTypeDemographicFilterBuilderbuilder()booleanequals(java.lang.Object o)java.util.List<AppTypeDemographicFilter.AppType>getOneOf()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static AppTypeDemographicFilter.AppTypeDemographicFilterBuilder builder()
-
getOneOf
public java.util.List<AppTypeDemographicFilter.AppType> getOneOf()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-