Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REST_BASE_PATH
'statuses' the base path to access entity
|
filterForUpdateMethod
filterForToStringMethod
Constructor and Description |
---|
Status() |
Status(java.lang.String type,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.Long |
getId()
The ID of this model in the repository
|
java.lang.String |
getRestPath()
The base REST path to make request to this model entity.
|
java.lang.String |
getType() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.Long id) |
void |
setType(java.lang.String type) |
getFieldNamesIgnoredByToStringMethod, getFieldNamesIgnoredByUpdateMethod, update
toString
public static final java.lang.String REST_BASE_PATH
public Status()
public Status(java.lang.String type, java.lang.String description)
type
- description
- public java.lang.Long getId()
RestModel
public void setId(java.lang.Long id)
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getRestPath()
RestModel
getRestPath
in interface RestModel
Copyright © SAS Institute. All Rights Reserved.