Package com.merative.acd.v1.model
Class ServiceApiBean
- java.lang.Object
-
- com.merative.acd.v1.model.ServiceApiBean
-
public class ServiceApiBean extends java.lang.ObjectServiceApiBean contains annotator details.
-
-
Constructor Summary
Constructors Constructor Description ServiceApiBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetConnectTimeout()Gets connect timeout.java.lang.StringgetDescription()Gets the description.java.lang.StringgetId()Gets the identifier.java.lang.BooleangetPublish()Gets the publish status.java.lang.IntegergetReceiveTimeout()Gets receive timeout.java.net.URLgetUrl()Gets the URL.java.util.List<java.net.URL>getUrls()Gets the urls.java.lang.StringgetVersion()Gets the version.
-
-
-
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
-
-