Package it.tdlight.jni
Class TdApi.FinishFileGeneration
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.FinishFileGeneration
- Enclosing class:
- TdApi
public static class TdApi.FinishFileGeneration extends TdApi.Function
Finishes the file generation.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Error
error
If set, means that file generation has failed and should be terminated.long
generationId
The identifier of the generation process. -
Constructor Summary
Constructors Constructor Description FinishFileGeneration()
Finishes the file generation.FinishFileGeneration(long generationId, TdApi.Error error)
Finishes the file generation.FinishFileGeneration(DataInput input)
-
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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
generationId
public long generationIdThe identifier of the generation process. -
error
If set, means that file generation has failed and should be terminated. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
FinishFileGeneration
public FinishFileGeneration()Finishes the file generation.Returns
Ok
-
FinishFileGeneration
Finishes the file generation.Returns
Ok
- Parameters:
generationId
- long The identifier of the generation process.error
- Error If set, means that file generation has failed and should be terminated.
-
FinishFileGeneration
- 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()
-