@Generated(value="com.robohorse.robopojogenerator")
public abstract class AppCodeEntity
extends java.lang.Object
AppCodeEntity abstract class wraps various properties related to the app code.| Constructor and Description |
|---|
AppCodeEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
appCode()
Returns a String of the app code set by the user.
|
static com.microstrategy.ushersdk.AppCodeEntity.Builder |
builder()
Returns the
Builder object for the AppCodeEntity abstract class. |
abstract boolean |
enabled()
Returns a boolean that represents whether or not the app code is enabled by the user.
|
static com.google.gson.TypeAdapter<AppCodeEntity> |
typeAdapter(com.google.gson.Gson gson) |
@SerializedName(value="enabled") public abstract boolean enabled()
true if the app code is enabled by the user;
false otherwise.@Nullable @SerializedName(value="value") public abstract java.lang.String appCode()
public static com.microstrategy.ushersdk.AppCodeEntity.Builder builder()
Builder object for the AppCodeEntity abstract class.Builder object for the AppCodeEntity abstract class.public static com.google.gson.TypeAdapter<AppCodeEntity> typeAdapter(com.google.gson.Gson gson)