Class TwitterTrendFunctionProperties

java.lang.Object
org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties

@ConfigurationProperties("twitter.trend") @Validated public class TwitterTrendFunctionProperties extends Object
Author:
Christian Tzolov
  • Constructor Details

    • TwitterTrendFunctionProperties

      public TwitterTrendFunctionProperties()
  • Method Details

    • getTrendQueryType

      public org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType getTrendQueryType()
    • setTrendQueryType

      public void setTrendQueryType(org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType trendQueryType)
    • getLocationId

      public Expression getLocationId()
    • setLocationId

      public void setLocationId(Expression locationId)
    • getClosest