类 KlaviyoSourceParameter

  • 所有已实现的接口:
    Serializable

    public class KlaviyoSourceParameter
    extends org.apache.seatunnel.connectors.seatunnel.http.config.HttpParameter
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 org.apache.seatunnel.connectors.seatunnel.http.config.HttpParameter

        body, connectTimeoutMs, enableMultilines, headers, method, params, pollIntervalMillis, retry, retryBackoffMaxMillis, retryBackoffMultiplierMillis, socketTimeoutMs, url
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void buildWithConfig​(org.apache.seatunnel.shade.com.typesafe.config.Config pluginConfig)  
      • 从类继承的方法 org.apache.seatunnel.connectors.seatunnel.http.config.HttpParameter

        canEqual, equals, getBody, getConnectTimeoutMs, getHeaders, getMethod, getParams, getPollIntervalMillis, getRetry, getRetryBackoffMaxMillis, getRetryBackoffMultiplierMillis, getSocketTimeoutMs, getUrl, hashCode, isEnableMultilines, setBody, setConnectTimeoutMs, setEnableMultilines, setHeaders, setMethod, setParams, setPollIntervalMillis, setRetry, setRetryBackoffMaxMillis, setRetryBackoffMultiplierMillis, setRetryParameters, setSocketTimeoutMs, setUrl, toString
    • 构造器详细资料

      • KlaviyoSourceParameter

        public KlaviyoSourceParameter()
    • 方法详细资料

      • buildWithConfig

        public void buildWithConfig​(org.apache.seatunnel.shade.com.typesafe.config.Config pluginConfig)
        覆盖:
        buildWithConfig 在类中 org.apache.seatunnel.connectors.seatunnel.http.config.HttpParameter