public class FontSetting
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| FontSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Long | getLevel()Gets the level. | 
| java.lang.Long | getMaxSize()Gets the maxSize. | 
| java.lang.Long | getMinSize()Gets the minSize. | 
| java.lang.String | getName()Gets the name. | 
| java.lang.Boolean | isBold()Gets the bold. | 
| java.lang.Boolean | isItalic()Gets the italic. | 
| void | setBold(java.lang.Boolean bold)Sets the bold. | 
| void | setItalic(java.lang.Boolean italic)Sets the italic. | 
| void | setLevel(long level)Sets the level. | 
| void | setMaxSize(long maxSize)Sets the maxSize. | 
| void | setMinSize(long minSize)Sets the minSize. | 
| void | setName(java.lang.String name)Sets the name. | 
public java.lang.Long getLevel()
public java.lang.Long getMinSize()
public java.lang.Long getMaxSize()
public java.lang.Boolean isBold()
public java.lang.Boolean isItalic()
public java.lang.String getName()
public void setLevel(long level)
level - the new levelpublic void setMinSize(long minSize)
minSize - the new minSizepublic void setMaxSize(long maxSize)
maxSize - the new maxSizepublic void setBold(java.lang.Boolean bold)
bold - the new boldpublic void setItalic(java.lang.Boolean italic)
italic - the new italicpublic void setName(java.lang.String name)
name - the new name