public static class ProbeRepresentation.HTTPGetActionRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder |
Constructor and Description |
---|
HTTPGetActionRepresentation() |
HTTPGetActionRepresentation(String host,
String path,
Integer port,
String scheme,
List<ProbeRepresentation.HttpHeaderRepresentation> headers) |
Modifier and Type | Method and Description |
---|---|
static ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProbeRepresentation.HttpHeaderRepresentation> |
getHeaders() |
String |
getHost() |
String |
getPath() |
Integer |
getPort() |
String |
getScheme() |
int |
hashCode() |
void |
setHeaders(List<ProbeRepresentation.HttpHeaderRepresentation> headers) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(Integer port) |
void |
setScheme(String scheme) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder builder()
public void setHost(String host)
public void setPath(String path)
public void setPort(Integer port)
public void setScheme(String scheme)
public void setHeaders(List<ProbeRepresentation.HttpHeaderRepresentation> headers)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public String getHost()
@JSONProperty(ignoreIfNull=true) public String getPath()
@JSONProperty(ignoreIfNull=true) public Integer getPort()
@JSONProperty(ignoreIfNull=true) public String getScheme()
@JSONProperty(ignoreIfNull=true) @JSONTypeHint(value=ProbeRepresentation.HttpHeaderRepresentation.class) public List<ProbeRepresentation.HttpHeaderRepresentation> getHeaders()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.