public class ListTopicsResponse extends SlsResponse
构造器和说明 |
---|
ListTopicsResponse(Map<String,String> headers)
Construct the response with http headers
|
限定符和类型 | 方法和说明 |
---|---|
int |
GetCount()
Return the count of topics in response
|
String |
GetNextToken()
Return the next token from the response.
|
ArrayList<String> |
GetTopics()
Get all the topics from the response
|
void |
SetNextToken(String nextToken)
Set the next token to the response
|
void |
SetTopics(List<String> topics)
Set topics to the response
|
GetAllHeaders, GetHeader, GetRequestId
public void SetNextToken(String nextToken)
nextToken
- the start topic valuepublic void SetTopics(List<String> topics)
topics
- topics listpublic int GetCount()
public String GetNextToken()
Copyright © 2015. All Rights Reserved.