public class HTTPGetActionFluentImpl<T extends HTTPGetActionFluent<T>> extends BaseFluent<T> implements HTTPGetActionFluent<T>
Modifier and Type | Class and Description |
---|---|
class |
HTTPGetActionFluentImpl.PortNestedImpl<N> |
HTTPGetActionFluent.PortNested<N>
_visitables
Constructor and Description |
---|
HTTPGetActionFluentImpl() |
HTTPGetActionFluentImpl(HTTPGetAction instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
HTTPGetActionFluent.PortNested<T> |
editPort() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
String |
getPath() |
IntOrString |
getPort() |
String |
getScheme() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withHost(String host) |
HTTPGetActionFluent.PortNested<T> |
withNewPort() |
T |
withNewPort(Integer intVal) |
T |
withNewPort(String strVal) |
HTTPGetActionFluent.PortNested<T> |
withNewPortLike(IntOrString item) |
T |
withPath(String path) |
T |
withPort(IntOrString port) |
T |
withScheme(String scheme) |
public HTTPGetActionFluentImpl()
public HTTPGetActionFluentImpl(HTTPGetAction instance)
public String getHost()
getHost
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withHost(String host)
withHost
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public String getPath()
getPath
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withPath(String path)
withPath
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public IntOrString getPort()
getPort
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withPort(IntOrString port)
withPort
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public HTTPGetActionFluent.PortNested<T> withNewPort()
withNewPort
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public HTTPGetActionFluent.PortNested<T> withNewPortLike(IntOrString item)
withNewPortLike
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public HTTPGetActionFluent.PortNested<T> editPort()
editPort
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withNewPort(Integer intVal)
withNewPort
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withNewPort(String strVal)
withNewPort
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public String getScheme()
getScheme
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withScheme(String scheme)
withScheme
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface HTTPGetActionFluent<T extends HTTPGetActionFluent<T>>
Copyright © 2011–2015 Red Hat. All rights reserved.