public class WordStyle
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
WordStyle() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getLevel()
Gets the level.
|
java.util.List<java.lang.String> |
getNames()
Gets the names.
|
void |
setLevel(long level)
Sets the level.
|
void |
setNames(java.util.List<java.lang.String> names)
Sets the names.
|
public java.lang.Long getLevel()
public java.util.List<java.lang.String> getNames()
public void setLevel(long level)
level
- the new levelpublic void setNames(java.util.List<java.lang.String> names)
names
- the new names