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 Stringip-
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 StringgetIp()Gets the value of the ip property.voidsetIp(String value)Sets the value of the ip property.ClientwithIp(String value)ClientwithLinks(Collection<Link> values)ClientwithLinks(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:
withLinksin classLinkCollection
-
withLinks
public Client withLinks(Collection<Link> values)
- Overrides:
withLinksin classLinkCollection
-
-