Class EventUrl


  • public class EventUrl
    extends Object
    EventUrl
    • Constructor Detail

      • EventUrl

        public EventUrl()
    • Method Detail

      • eventLocalUrls

        public EventUrl eventLocalUrls​(List<Url> eventLocalUrls)
      • addEventLocalUrlsItem

        public EventUrl addEventLocalUrlsItem​(Url eventLocalUrlsItem)
      • getEventLocalUrls

        public List<Url> getEventLocalUrls()
        One or more local URLs to send event notifications to when using Terminal API.
        Returns:
        eventLocalUrls
      • setEventLocalUrls

        public void setEventLocalUrls​(List<Url> eventLocalUrls)
        One or more local URLs to send event notifications to when using Terminal API.
        Parameters:
        eventLocalUrls -
      • eventPublicUrls

        public EventUrl eventPublicUrls​(List<Url> eventPublicUrls)
      • addEventPublicUrlsItem

        public EventUrl addEventPublicUrlsItem​(Url eventPublicUrlsItem)
      • getEventPublicUrls

        public List<Url> getEventPublicUrls()
        One or more public URLs to send event notifications to when using Terminal API.
        Returns:
        eventPublicUrls
      • setEventPublicUrls

        public void setEventPublicUrls​(List<Url> eventPublicUrls)
        One or more public URLs to send event notifications to when using Terminal API.
        Parameters:
        eventPublicUrls -
      • equals

        public boolean equals​(Object o)
        Return true if this EventUrl object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static EventUrl fromJson​(String jsonString)
                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of EventUrl given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of EventUrl
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to EventUrl
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of EventUrl to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException