|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.skype.ipc.AbstractDecoder
com.skype.ipc.GetPropertyResponse
public class GetPropertyResponse
| Field Summary |
|---|
| Fields inherited from class com.skype.ipc.AbstractDecoder |
|---|
ioTransport, NULL_VALUE |
| Constructor Summary | |
|---|---|
GetPropertyResponse()
|
|
| Method Summary | |
|---|---|
byte[] |
GetAsBinary()
|
byte[] |
GetAsBinary(int oid,
int propid)
|
java.lang.Boolean |
GetAsBoolean()
|
java.lang.Boolean |
GetAsBoolean(int oid,
int propid)
|
java.lang.Integer |
GetAsInt()
|
java.lang.Integer |
GetAsInt(int oid,
int propid)
|
java.util.HashMap<java.lang.Integer,java.lang.Object> |
GetAsMap(int oid,
java.util.Collection<java.lang.Integer> propId)
retrieves HashMap |
java.lang.String |
GetAsString()
|
java.lang.String |
GetAsString(int oid,
int propid)
|
int |
getOid()
|
int |
getPropId()
|
boolean |
HasMore()
|
boolean |
HasMore(int oid,
int propid)
|
boolean |
isMultiresponse()
|
boolean |
isValid()
|
| Methods inherited from class com.skype.ipc.AbstractDecoder |
|---|
decodeBinary, decodeBoolean, decodeList, decodeObjectid, decodeOneOfKind, decodeOneVaruint, decodeString, decodeVarint, decodeVaruint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetPropertyResponse()
| Method Detail |
|---|
public int getPropId()
public int getOid()
public java.lang.String GetAsString()
public byte[] GetAsBinary()
public java.lang.Integer GetAsInt()
public java.lang.Boolean GetAsBoolean()
public boolean HasMore()
public java.lang.String GetAsString(int oid,
int propid)
public byte[] GetAsBinary(int oid,
int propid)
public java.lang.Integer GetAsInt(int oid,
int propid)
public java.lang.Boolean GetAsBoolean(int oid,
int propid)
public boolean HasMore(int oid,
int propid)
public java.util.HashMap<java.lang.Integer,java.lang.Object> GetAsMap(int oid,
java.util.Collection<java.lang.Integer> propId)
public boolean isMultiresponse()
public boolean isValid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||