public class PatchFluentImpl<A extends PatchFluent<A>> extends BaseFluent<A> implements PatchFluent<A>
_visitables, VISIT
Constructor and Description |
---|
PatchFluentImpl() |
PatchFluentImpl(Patch instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public PatchFluentImpl()
public PatchFluentImpl(Patch instance)
public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface PatchFluent<A extends PatchFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.