com.mx.path.model.mdx.model.account.alerts.AccountAlert Maven / Gradle / Ivy
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