@OpenApiAll
public class TaggedValueTextParams
extends java.lang.Object
ModelTextCreator
.Constructor and Description |
---|
TaggedValueTextParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
isIgnoreTrueValues() |
boolean |
isShowDerived() |
boolean |
isShowDerivedSign() |
boolean |
isShowEmptyValue() |
boolean |
isShowName() |
boolean |
isShowQualifiedName() |
TaggedValueTextParams |
setIgnoreTrueValues(boolean ignoreTrueValues) |
TaggedValueTextParams |
setShowDerived(boolean showDerived) |
TaggedValueTextParams |
setShowDerivedSign(boolean showDerivedSign) |
TaggedValueTextParams |
setShowEmptyValue(boolean showEmptyValue) |
TaggedValueTextParams |
setShowName(boolean showName) |
TaggedValueTextParams |
setShowQualifiedName(boolean showQualifiedName) |
public boolean isShowName()
public TaggedValueTextParams setShowName(boolean showName)
public boolean isIgnoreTrueValues()
public TaggedValueTextParams setIgnoreTrueValues(boolean ignoreTrueValues)
public boolean isShowEmptyValue()
public TaggedValueTextParams setShowEmptyValue(boolean showEmptyValue)
public boolean isShowQualifiedName()
public TaggedValueTextParams setShowQualifiedName(boolean showQualifiedName)
public boolean isShowDerived()
public TaggedValueTextParams setShowDerived(boolean showDerived)
public TaggedValueTextParams setShowDerivedSign(boolean showDerivedSign)
public boolean isShowDerivedSign()