Class NotifyServiceRest

All Implemented Interfaces:
Serializable, RestModel

public class NotifyServiceRest extends BaseObjectRest<Integer>
The NotifyServiceEntity REST Resource
Author:
mohamed eskander (mohamed.eskander at 4science.com)
See Also:
  • Field Details

  • Constructor Details

    • NotifyServiceRest

      public NotifyServiceRest()
  • Method Details

    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getType

      public String getType()
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getLdnUrl

      public String getLdnUrl()
    • setLdnUrl

      public void setLdnUrl(String ldnUrl)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isUsesActorEmailId

      public boolean isUsesActorEmailId()
    • setUsesActorEmailId

      public void setUsesActorEmailId(boolean usesActorEmailId)
    • getNotifyServiceInboundPatterns

      public List<NotifyServiceInboundPatternRest> getNotifyServiceInboundPatterns()
    • setNotifyServiceInboundPatterns

      public void setNotifyServiceInboundPatterns(List<NotifyServiceInboundPatternRest> notifyServiceInboundPatterns)
    • getScore

      public BigDecimal getScore()
    • setScore

      public void setScore(BigDecimal score)
    • getLowerIp

      public String getLowerIp()
    • setLowerIp

      public void setLowerIp(String lowerIp)
    • getUpperIp

      public String getUpperIp()
    • setUpperIp

      public void setUpperIp(String upperIp)
    • getTypePlural

      public String getTypePlural()