public class Synonym
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Synonym.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
created |
protected java.lang.String |
synonym |
protected java.util.Date |
updated |
Modifier | Constructor and Description |
---|---|
protected |
Synonym(Synonym.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
created()
Gets the created.
|
Synonym.Builder |
newBuilder()
New builder.
|
java.lang.String |
synonym()
Gets the synonym.
|
java.util.Date |
updated()
Gets the updated.
|
protected java.lang.String synonym
protected java.util.Date created
protected java.util.Date updated
protected Synonym(Synonym.Builder builder)
public Synonym.Builder newBuilder()
public java.lang.String synonym()
The text of the synonym. This string must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters.
public java.util.Date created()
The timestamp for creation of the object.
public java.util.Date updated()
The timestamp for the most recent update to the object.