Package it.tdlight.jni
Class TdApi.GroupCallJoinResponseCandidate
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallJoinResponseCandidate
- Enclosing class:
- TdApi
public static class TdApi.GroupCallJoinResponseCandidate extends TdApi.Object
Describes a join response candidate
for interaction with tgcalls.
-
Field Summary
Fields Modifier and Type Field Description String
component
Value of the field component.static int
CONSTRUCTOR
String
foundation
Value of the field foundation.String
generation
Value of the field generation.String
id
Value of the field id.String
ip
Value of the field ip.String
network
Value of the field network.String
port
Value of the field port.String
priority
Value of the field priority.String
protocol
Value of the field protocol.String
relAddr
Value of the field relAddr.String
relPort
Value of the field relPort.String
tcpType
Value of the field tcpType.String
type
Value of the field type. -
Constructor Summary
Constructors Constructor Description GroupCallJoinResponseCandidate()
Describes a join response candidate for interaction with tgcalls.GroupCallJoinResponseCandidate(DataInput input)
GroupCallJoinResponseCandidate(String port, String protocol, String network, String generation, String id, String component, String foundation, String priority, String ip, String type, String tcpType, String relAddr, String relPort)
Describes a join response candidate for interaction with tgcalls. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
port
Value of the field port. -
protocol
Value of the field protocol. -
network
Value of the field network. -
generation
Value of the field generation. -
id
Value of the field id. -
component
Value of the field component. -
foundation
Value of the field foundation. -
priority
Value of the field priority. -
ip
Value of the field ip. -
type
Value of the field type. -
tcpType
Value of the field tcpType. -
relAddr
Value of the field relAddr. -
relPort
Value of the field relPort. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupCallJoinResponseCandidate
public GroupCallJoinResponseCandidate()Describes a join response candidate for interaction with tgcalls. -
GroupCallJoinResponseCandidate
public GroupCallJoinResponseCandidate(String port, String protocol, String network, String generation, String id, String component, String foundation, String priority, String ip, String type, String tcpType, String relAddr, String relPort)Describes a join response candidate for interaction with tgcalls.- Parameters:
port
- String Value of the field port.protocol
- String Value of the field protocol.network
- String Value of the field network.generation
- String Value of the field generation.id
- String Value of the field id.component
- String Value of the field component.foundation
- String Value of the field foundation.priority
- String Value of the field priority.ip
- String Value of the field ip.type
- String Value of the field type.tcpType
- String Value of the field tcpType.relAddr
- String Value of the field relAddr.relPort
- String Value of the field relPort.
-
GroupCallJoinResponseCandidate
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-