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

com.arextest.schedule.model.AppServiceDescriptor Maven / Gradle / Ivy

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

import com.arextest.schedule.model.deploy.ServiceInstance;
import java.util.List;
import lombok.Data;

/**
 * @author jmo
 * @since 2021/9/22
 */
@Data
public class AppServiceDescriptor {

  private String id;
  private String serviceKey;
  private String serviceName;
  private String appId;
  private List operationList;
  private List targetActiveInstanceList;
  private List sourceActiveInstanceList;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy