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

com.mx.path.model.mdx.model.account.alerts.AccountAlert Maven / Gradle / Ivy

There is a newer version: 16.0.1
Show newest version
package com.mx.path.model.mdx.model.account.alerts;

import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import com.mx.path.model.mdx.model.MdxBase;
import com.mx.path.model.mdx.model.challenges.Challenge;

@EqualsAndHashCode(callSuper = true)
@Data
public class AccountAlert extends MdxBase {
  private List challenges;
  private List criteria;
  private List deliveryMethodIds;
  private String id;
  private boolean isEnabled;
  private String name;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy