public class ResponseParseItem extends Object implements Serializable
| 构造器和说明 |
|---|
ResponseParseItem(int startIndex,
int endIndex,
String encryptContent) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 - endIndex - encryptContent - public int getStartIndex()
public int getEndIndex()
public String getEncryptContent()
Copyright © 2025. All rights reserved.