public class ResponseParseItem extends Object implements Serializable
Constructor and Description |
---|
ResponseParseItem(int startIndex,
int endIndex,
String encryptContent)
Instantiates a new Response parse item.
|
Modifier and Type | Method and Description |
---|---|
String |
getEncryptContent()
Getter method for property encryptContent.
|
int |
getEndIndex()
Getter method for property endIndex.
|
int |
getStartIndex()
Getter method for property startIndex.
|
public ResponseParseItem(int startIndex, int endIndex, String encryptContent)
startIndex
- the start indexendIndex
- the end indexencryptContent
- the encrypt contentpublic int getStartIndex()
public int getEndIndex()
public String getEncryptContent()
Copyright © 2018. All rights reserved.