Class ServiceApiBean


  • public class ServiceApiBean
    extends java.lang.Object
    ServiceApiBean contains annotator details.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceApiBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getConnectTimeout()
      Gets connect timeout.
      java.lang.String getDescription()
      Gets the description.
      java.lang.String getId()
      Gets the identifier.
      java.lang.Boolean getPublish()
      Gets the publish status.
      java.lang.Integer getReceiveTimeout()
      Gets receive timeout.
      java.net.URL getUrl()
      Gets the URL.
      java.util.List<java.net.URL> getUrls()
      Gets the urls.
      java.lang.String getVersion()
      Gets the version.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceApiBean

        public ServiceApiBean()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the identifier.
        Returns:
        identifier
      • getUrl

        public java.net.URL getUrl()
        Gets the URL.
        Returns:
        url
      • getUrls

        public java.util.List<java.net.URL> getUrls()
        Gets the urls.
        Returns:
        the urls
      • getPublish

        public java.lang.Boolean getPublish()
        Gets the publish status.
        Returns:
        publish status
      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        description
      • getReceiveTimeout

        public java.lang.Integer getReceiveTimeout()
        Gets receive timeout.
        Returns:
        the receive timeout
      • getConnectTimeout

        public java.lang.Integer getConnectTimeout()
        Gets connect timeout.
        Returns:
        the connect timeout
      • getVersion

        public java.lang.String getVersion()
        Gets the version.
        Returns:
        version