com.stackify.api
public class AppIdentity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppIdentity.Builder
AppIdentity.Builder separates the construction of a AppIdentity from its representation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAppEnvId() |
String |
getAppName() |
String |
getAppNameId() |
String |
getDeviceAlias() |
Integer |
getDeviceAppId() |
Integer |
getDeviceId() |
String |
getEnv() |
Integer |
getEnvId() |
static AppIdentity.Builder |
newBuilder() |
AppIdentity.Builder |
toBuilder() |
String |
toString() |
public Integer getDeviceId()
public Integer getDeviceAppId()
public String getAppNameId()
public Integer getEnvId()
public String getEnv()
public String getAppName()
public String getAppEnvId()
public String getDeviceAlias()
public AppIdentity.Builder toBuilder()
public static AppIdentity.Builder newBuilder()
public String toString()
toString in class ObjectObject.toString()Copyright © 2016 Stackify, LLC. All Rights Reserved.