Class ProbeRepresentation.HTTPGetActionRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HTTPGetActionRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
- Enclosing class:
- ProbeRepresentation
public static class ProbeRepresentation.HTTPGetActionRepresentation extends AbstractExtensibleRepresentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder
-
Constructor Summary
Constructors Constructor Description HTTPGetActionRepresentation()HTTPGetActionRepresentation(String host, String path, Integer port, String scheme, List<ProbeRepresentation.HttpHeaderRepresentation> headers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<ProbeRepresentation.HttpHeaderRepresentation>getHeaders()StringgetHost()StringgetPath()IntegergetPort()StringgetScheme()inthashCode()voidsetHeaders(List<ProbeRepresentation.HttpHeaderRepresentation> headers)voidsetHost(String host)voidsetPath(String path)voidsetPort(Integer port)voidsetScheme(String scheme)StringtoString()-
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
-
-
-
Method Detail
-
builder
public static ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder builder()
-
setHost
public void setHost(String host)
-
setPath
public void setPath(String path)
-
setPort
public void setPort(Integer port)
-
setScheme
public void setScheme(String scheme)
-
setHeaders
public void setHeaders(List<ProbeRepresentation.HttpHeaderRepresentation> headers)
-
canEqual
protected boolean canEqual(Object other)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
getHost
@JSONProperty(ignoreIfNull=true) public String getHost()
-
getPath
@JSONProperty(ignoreIfNull=true) public String getPath()
-
getPort
@JSONProperty(ignoreIfNull=true) public Integer getPort()
-
getScheme
@JSONProperty(ignoreIfNull=true) public String getScheme()
-
getHeaders
@JSONProperty(ignoreIfNull=true) @JSONTypeHint(HttpHeaderRepresentation.class) public List<ProbeRepresentation.HttpHeaderRepresentation> getHeaders()
-
-