com.xebialabs.deployit.core.api.resteasy.http.tunnel
Class HeaderMultimapAdapter.HeaderPair
java.lang.Object
com.xebialabs.deployit.core.api.resteasy.http.tunnel.HeaderMultimapAdapter.HeaderPair
- Enclosing class:
- HeaderMultimapAdapter
public static class HeaderMultimapAdapter.HeaderPair
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderMultimapAdapter.HeaderPair
public HeaderMultimapAdapter.HeaderPair()
HeaderMultimapAdapter.HeaderPair
public HeaderMultimapAdapter.HeaderPair(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)