public static class ProbeRepresentation.HttpHeaderRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ProbeRepresentation.HttpHeaderRepresentation.HttpHeaderRepresentationBuilder |
Constructor and Description |
---|
HttpHeaderRepresentation() |
HttpHeaderRepresentation(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
static ProbeRepresentation.HttpHeaderRepresentation.HttpHeaderRepresentationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static ProbeRepresentation.HttpHeaderRepresentation.HttpHeaderRepresentationBuilder builder()
public void setName(String name)
public void setValue(String value)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public String getName()
@JSONProperty(ignoreIfNull=true) public String getValue()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.