public class POBProfileInfo
extends java.lang.Object
| Constructor and Description |
|---|
POBProfileInfo() |
| Modifier and Type | Method and Description |
|---|---|
static POBProfileInfo |
build(org.json.JSONObject profileJsonObject)
Initializes and returns POBProfileInfo object with given profile details
|
java.lang.String |
getAdServerName()
Returns the Ad Server
|
java.util.List<POBPartnerInfo> |
getPartnerList()
Returns the Selected Partners for the given Profile Version
|
int |
getProfileId()
Returns the Profile ID
|
int |
getPublisherId()
Returns the Pub ID
|
int |
getVersionId()
Returns the Profile Version display ID
|
public static POBProfileInfo build(@NonNull org.json.JSONObject profileJsonObject) throws org.json.JSONException
profileJsonObject - JSON object for the profile infoorg.json.JSONExceptionpublic int getProfileId()
public int getPublisherId()
public int getVersionId()
@Nullable public java.lang.String getAdServerName()
@Nullable public java.util.List<POBPartnerInfo> getPartnerList()