@ConfigurationProperties(value="twitter.trend") @Validated public class TwitterTrendFunctionProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TwitterTrendFunctionProperties.Closest |
Constructor and Description |
---|
TwitterTrendFunctionProperties() |
Modifier and Type | Method and Description |
---|---|
TwitterTrendFunctionProperties.Closest |
getClosest() |
org.springframework.expression.Expression |
getLocationId() |
org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType |
getTrendQueryType() |
void |
setLocationId(org.springframework.expression.Expression locationId) |
void |
setTrendQueryType(org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType trendQueryType) |
public org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType getTrendQueryType()
public void setTrendQueryType(org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType trendQueryType)
public org.springframework.expression.Expression getLocationId()
public void setLocationId(org.springframework.expression.Expression locationId)
public TwitterTrendFunctionProperties.Closest getClosest()
Copyright © 2020. All rights reserved.