public class Profile.Warning extends GenericModel
| Constructor and Description |
|---|
Warning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier of the warning message.
|
String |
getMessage()
Gets the message.
|
void |
setId(String id)
Sets the identifier of the warning message.
|
void |
setMessage(String message)
Sets the message.
|
equals, hashCode, toStringpublic String getId()
public void setId(String id)
id - the new idpublic String getMessage()
public void setMessage(String message)
message - the new messageCopyright © 2015–2016 IBM Watson. All rights reserved.