| Constructor and Description |
|---|
FormatOption() |
FormatOption(boolean ucase) |
FormatOption(boolean ucase,
boolean prettyFormat) |
FormatOption(boolean ucase,
boolean prettyFormat,
boolean parameterized) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDesensitize() |
boolean |
isParameterized() |
boolean |
isPrettyFormat() |
boolean |
isUppCase() |
void |
setDesensitize(boolean desensitize) |
void |
setParameterized(boolean parameterized) |
void |
setPrettyFormat(boolean prettyFormat) |
void |
setUppCase(boolean val) |
public FormatOption()
public FormatOption(boolean ucase)
public FormatOption(boolean ucase,
boolean prettyFormat)
public FormatOption(boolean ucase,
boolean prettyFormat,
boolean parameterized)
public boolean isDesensitize()
public void setDesensitize(boolean desensitize)
public boolean isUppCase()
public void setUppCase(boolean val)
public boolean isPrettyFormat()
public void setPrettyFormat(boolean prettyFormat)
public boolean isParameterized()
public void setParameterized(boolean parameterized)
Copyright © 2013–2017 Alibaba Group. All rights reserved.