Class AlertML
java.lang.Object
com.maplander.backend.model.ml.AlertML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
boolean
boolean
boolean
boolean
void
setCreationDate
(Long creationDate) void
setEmailDisabled
(boolean emailDisabled) void
setFilter
(FiltersBigQuery filter) void
void
setInactive
(boolean inactive) void
void
setNewSuggest
(boolean newSuggest) void
setPushDisabled
(boolean pushDisabled) void
setUserMlId
(Long userMlId) toString()
-
Constructor Details
-
AlertML
public AlertML()
-
-
Method Details
-
getId
-
setId
-
getUserMlId
-
setUserMlId
-
getName
-
setName
-
getFilter
-
setFilter
-
isEmailDisabled
public boolean isEmailDisabled() -
setEmailDisabled
public void setEmailDisabled(boolean emailDisabled) -
isPushDisabled
public boolean isPushDisabled() -
setPushDisabled
public void setPushDisabled(boolean pushDisabled) -
isNewSuggest
public boolean isNewSuggest() -
setNewSuggest
public void setNewSuggest(boolean newSuggest) -
isInactive
public boolean isInactive() -
setInactive
public void setInactive(boolean inactive) -
getCreationDate
-
setCreationDate
-
toString
-