public class BinaryInfo extends Object
| Constructor and Description |
|---|
BinaryInfo(String pkg,
String uuid,
String platform,
String version,
String hash) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryInfo |
fromJSONObject(org.json.JSONObject obj) |
String |
getHash() |
String |
getPkg() |
String |
getPlatform() |
String |
getUuid() |
String |
getVersion() |
void |
setHash(String hash) |
void |
setPkg(String pkg) |
void |
setPlatform(String platform) |
void |
setUuid(String uuid) |
void |
setVersion(String version) |
public static BinaryInfo fromJSONObject(org.json.JSONObject obj)
public String getPkg()
public void setPkg(String pkg)
public String getUuid()
public void setUuid(String uuid)
public String getPlatform()
public void setPlatform(String platform)
public String getVersion()
public void setVersion(String version)
public String getHash()
public void setHash(String hash)
Copyright © 2016–2018. All rights reserved.