public static class AppIdentity.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AppIdentity.Builder |
appEnvId(java.lang.String appEnvId)
Sets the builder's appEnvId
|
AppIdentity.Builder |
appName(java.lang.String appName)
Sets the builder's appName
|
AppIdentity.Builder |
appNameId(java.lang.String appNameId)
Sets the builder's appNameId
|
AppIdentity |
build() |
AppIdentity.Builder |
deviceAlias(java.lang.String deviceAlias)
Sets the builder's deviceAlias
|
AppIdentity.Builder |
deviceAppId(java.lang.Integer deviceAppId)
Sets the builder's deviceAppId
|
AppIdentity.Builder |
deviceId(java.lang.Integer deviceId)
Sets the builder's deviceId
|
AppIdentity.Builder |
env(java.lang.String env)
Sets the builder's env
|
AppIdentity.Builder |
envId(java.lang.Integer envId)
Sets the builder's envId
|
public AppIdentity.Builder deviceId(java.lang.Integer deviceId)
deviceId - The deviceId to be setpublic AppIdentity.Builder deviceAppId(java.lang.Integer deviceAppId)
deviceAppId - The deviceAppId to be setpublic AppIdentity.Builder appNameId(java.lang.String appNameId)
appNameId - The appNameId to be setpublic AppIdentity.Builder envId(java.lang.Integer envId)
envId - The envId to be setpublic AppIdentity.Builder env(java.lang.String env)
env - The env to be setpublic AppIdentity.Builder appName(java.lang.String appName)
appName - The appName to be setpublic AppIdentity.Builder appEnvId(java.lang.String appEnvId)
appEnvId - The appEnvId to be setpublic AppIdentity.Builder deviceAlias(java.lang.String deviceAlias)
deviceAlias - The deviceAlias to be setpublic AppIdentity build()
Copyright © 2018 Stackify, LLC. All Rights Reserved.