@Generated(value="org.jsonschema2pojo") public class LinkDetails extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LinkDetails.LinkStatus |
Constructor and Description |
---|
LinkDetails() |
@BeanProperty(value="linkStatus") public LinkDetails.LinkStatus getLinkStatus()
@BeanProperty(value="linkStatus") public void setLinkStatus(LinkDetails.LinkStatus linkStatus)
linkStatus
- The linkStatuspublic LinkDetails withLinkStatus(LinkDetails.LinkStatus linkStatus)
@BeanProperty(value="originalURL") public String getOriginalURL()
@BeanProperty(value="originalURL") public void setOriginalURL(String originalURL)
originalURL
- The originalURLpublic LinkDetails withOriginalURL(String originalURL)
@BeanProperty(value="finalURL") public String getFinalURL()
@BeanProperty(value="finalURL") public void setFinalURL(String finalURL)
finalURL
- The finalURLpublic LinkDetails withFinalURL(String finalURL)
@BeanProperty(value="normalizedURL") public String getNormalizedURL()
@BeanProperty(value="normalizedURL") public void setNormalizedURL(String normalizedURL)
normalizedURL
- The normalizedURLpublic LinkDetails withNormalizedURL(String normalizedURL)
@BeanProperty(value="urlParts") public void setUrlParts(List<String> urlParts)
urlParts
- The urlPartspublic LinkDetails withUrlParts(List<String> urlParts)
@BeanProperty(value="domain") public String getDomain()
@BeanProperty(value="domain") public void setDomain(String domain)
domain
- The domainpublic LinkDetails withDomain(String domain)
@BeanProperty(value="redirected") public Boolean getRedirected()
@BeanProperty(value="redirected") public void setRedirected(Boolean redirected)
redirected
- The redirectedpublic LinkDetails withRedirected(Boolean redirected)
@BeanProperty(value="redirects") public List<String> getRedirects()
@BeanProperty(value="redirects") public void setRedirects(List<String> redirects)
redirects
- The redirectspublic LinkDetails withRedirects(List<String> redirects)
@BeanProperty(value="redirectCount") public Long getRedirectCount()
@BeanProperty(value="redirectCount") public void setRedirectCount(Long redirectCount)
redirectCount
- The redirectCountpublic LinkDetails withRedirectCount(Long redirectCount)
@BeanProperty(value="tracked") public Boolean getTracked()
@BeanProperty(value="tracked") public void setTracked(Boolean tracked)
tracked
- The trackedpublic LinkDetails withTracked(Boolean tracked)
@BeanProperty(value="finalResponseCode") public Long getFinalResponseCode()
@BeanProperty(value="finalResponseCode") public void setFinalResponseCode(Long finalResponseCode)
finalResponseCode
- The finalResponseCodepublic LinkDetails withFinalResponseCode(Long finalResponseCode)
@BeanProperty(value="cookies") public void setCookies(Set<String> cookies)
cookies
- The cookiespublic LinkDetails withCookies(Set<String> cookies)
@BeanProperty(value="startTime") public org.joda.time.DateTime getStartTime()
@BeanProperty(value="startTime") public void setStartTime(org.joda.time.DateTime startTime)
startTime
- The startTimepublic LinkDetails withStartTime(org.joda.time.DateTime startTime)
@BeanProperty(value="tookInMills") public Long getTookInMills()
@BeanProperty(value="tookInMills") public void setTookInMills(Long tookInMills)
tookInMills
- The tookInMillspublic LinkDetails withTookInMills(Long tookInMills)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public LinkDetails withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.