public abstract class TLAbsDhConfig extends TLObject
| Modifier and Type | Field and Description |
|---|---|
int |
g
The G.
|
TLBytes |
p
The P.
|
protected TLBytes |
random
The Random.
|
int |
version
The Version.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsDhConfig()
Instantiates a new TL abs dh config.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getG()
Gets g.
|
TLBytes |
getP()
Gets p.
|
TLBytes |
getRandom()
Gets random.
|
int |
getVersion()
Gets version.
|
void |
setG(int g)
Sets g.
|
void |
setP(TLBytes p)
Sets p.
|
void |
setRandom(TLBytes value)
Sets random.
|
void |
setVersion(int version)
Sets version.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringpublic int g
public TLBytes p
public int version
protected TLBytes random
public TLBytes getRandom()
public void setRandom(TLBytes value)
value - the valuepublic int getG()
public void setG(int g)
g - the gpublic TLBytes getP()
public void setP(TLBytes p)
p - the ppublic int getVersion()
public void setVersion(int version)
version - the versionCopyright © 2017. All rights reserved.