public class ArticleResponse extends StatusResponse
| Modifier and Type | Field and Description |
|---|---|
int |
articleNumber |
InputStream |
in
If the status code for this response is one of:
ARTICLE_FOLLOWS
HEAD_FOLLOWS
BODY_FOLLOWS
then this stream can be used to retrieve the byte content of the article
retrieved.
|
String |
messageId |
message, status| Modifier | Constructor and Description |
|---|---|
protected |
ArticleResponse(short status,
String message) |
public int articleNumber
public String messageId
public InputStream in
protected ArticleResponse(short status,
String message)
Copyright © 2017. All rights reserved.