All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.schedule.sender.ReplaySenderParameters Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.sender;

import com.arextest.schedule.model.plan.BuildReplayPlanType;
import java.util.Map;
import lombok.Data;

/**
 * @author jmo
 * @since 2021/9/16
 **/
@Data
public class ReplaySenderParameters implements SenderParameters {

  private String appId;
  private String url;
  private String operation;
  private String format;
  private String message;
  private String subEnv;
  private String consumeGroup;
  private Map headers;
  private String recordId;
  private String method;
  private BuildReplayPlanType replayPlanType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy