Package org.xwiki.rest.model.jaxb
Class Client
- java.lang.Object
-
- org.xwiki.rest.model.jaxb.LinkCollection
-
- org.xwiki.rest.model.jaxb.Client
-
public class Client extends LinkCollection
Java class for Client complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Client"> <complexContent> <extension base="{http://www.xwiki.org}LinkCollection"> <sequence> <element name="ip" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
ip
-
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description Client()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIp()
Gets the value of the ip property.void
setIp(String value)
Sets the value of the ip property.Client
withIp(String value)
Client
withLinks(Collection<Link> values)
Client
withLinks(Link... values)
-
Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection
getLinks
-
-
-
-
Field Detail
-
ip
protected String ip
-
-
Method Detail
-
setIp
public void setIp(String value)
Sets the value of the ip property.- Parameters:
value
- allowed object isString
-
withLinks
public Client withLinks(Link... values)
- Overrides:
withLinks
in classLinkCollection
-
withLinks
public Client withLinks(Collection<Link> values)
- Overrides:
withLinks
in classLinkCollection
-
-