Class OperatorDemographicFilter
- java.lang.Object
-
- com.linecorp.bot.model.narrowcast.filter.OperatorDemographicFilter
-
- All Implemented Interfaces:
DemographicFilter
public final class OperatorDemographicFilter extends java.lang.Object implements DemographicFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperatorDemographicFilter.OperatorDemographicFilterBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperatorDemographicFilter.OperatorDemographicFilterBuilderbuilder()booleanequals(java.lang.Object o)java.util.List<DemographicFilter>getAnd()DemographicFiltergetNot()java.util.List<DemographicFilter>getOr()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static OperatorDemographicFilter.OperatorDemographicFilterBuilder builder()
-
getAnd
public java.util.List<DemographicFilter> getAnd()
-
getOr
public java.util.List<DemographicFilter> getOr()
-
getNot
public DemographicFilter getNot()
-
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
-
-