public class StringContentFluentImpl<A extends StringContentFluent<A>> extends BaseFluent<A> implements StringContentFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
StringContentFluentImpl() |
StringContentFluentImpl(StringContent instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
String |
getPath() |
Boolean |
hasContent() |
int |
hashCode() |
Boolean |
hasPath() |
A |
withContent(String content) |
A |
withPath(String path) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic StringContentFluentImpl()
public StringContentFluentImpl(StringContent instance)
public String getPath()
getPath in interface StringContentFluent<A extends StringContentFluent<A>>public A withPath(String path)
withPath in interface StringContentFluent<A extends StringContentFluent<A>>public Boolean hasPath()
hasPath in interface StringContentFluent<A extends StringContentFluent<A>>public String getContent()
getContent in interface StringContentFluent<A extends StringContentFluent<A>>public A withContent(String content)
withContent in interface StringContentFluent<A extends StringContentFluent<A>>public Boolean hasContent()
hasContent in interface StringContentFluent<A extends StringContentFluent<A>>Copyright © 2020–2022 Red Hat. All rights reserved.