Package com.linecorp.bot.model.action
Class LocationAction
- java.lang.Object
-
- com.linecorp.bot.model.action.LocationAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocationAction.LocationActionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationAction.LocationActionBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetLabel()Label for the action.inthashCode()LocationAction.LocationActionBuildertoBuilder()java.lang.StringtoString()static LocationActionwithLabel(java.lang.String label)
-
-
-
Method Detail
-
withLabel
public static LocationAction withLabel(java.lang.String label)
-
builder
public static LocationAction.LocationActionBuilder builder()
-
toBuilder
public LocationAction.LocationActionBuilder toBuilder()
-
getLabel
public java.lang.String getLabel()
Label for the action. Max: 20 characters
-
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
-
-