@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class NotificationMessage extends Object
Constructor and Description |
---|
NotificationMessage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLang()
A valid ISO 639 alpha-2 or alpha-3 language code specifying the language of the notification.
|
String |
getMessage()
Full notification message.
|
String |
getSubject()
Very short rendition of the notification.
|
String |
getType()
NotificationMessage
|
int |
hashCode() |
NotificationMessage |
lang(String lang) |
NotificationMessage |
message(String message) |
void |
setLang(String lang) |
void |
setMessage(String message) |
void |
setSubject(String subject) |
NotificationMessage |
subject(String subject) |
String |
toString() |
public NotificationMessage lang(String lang)
public String getLang()
public void setLang(String lang)
public NotificationMessage subject(String subject)
public String getSubject()
public void setSubject(String subject)
public NotificationMessage message(String message)
public String getMessage()
public void setMessage(String message)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.