public static class GeneratedCode.ContentPart
extends java.lang.Object
| Constructor and Description |
|---|
ContentPart() |
ContentPart(java.lang.String content,
boolean exactMatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContent() |
int |
hashCode() |
boolean |
isExactMatch() |
void |
setContent(java.lang.String content) |
void |
setExactMatch(boolean exactMatch)
Sets property which exempts content from any kind of permissible
modification such as by indentation.
|
java.lang.String |
toString() |
public ContentPart()
public ContentPart(java.lang.String content,
boolean exactMatch)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public boolean isExactMatch()
public void setExactMatch(boolean exactMatch)
exactMatch - true to exempt content from indentation;
false to let the possibility of applying leading indent remain.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object