public static class CCProto.PictureResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
majorId |
int |
minorId |
int |
returnCode |
java.lang.String |
text |
int |
timeReallyUsed |
int |
typeReallyUsed |
| Constructor and Description |
|---|
PictureResult(int time,
int type,
java.lang.String text,
java.lang.Integer major,
java.lang.Integer minor,
int returnCode) |