Class ProjectClientInitResponse
- java.lang.Object
-
- com.inductiveautomation.factorypmi.common.ProjectClientInitResponse
-
public class ProjectClientInitResponse extends java.lang.Object
A GSON-serialization compatible class that holds all of the information about a project that a Vision client needs in order to be able to get started and logged-in, after which it can download the whole project.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
description
java.lang.String
displayTitle
java.lang.String
generalProps
java.lang.String
launchProps
java.lang.String
loginProps
java.lang.String
name
-
Constructor Summary
Constructors Constructor Description ProjectClientInitResponse(java.lang.String name, java.lang.String displayTitle, java.lang.String description, java.lang.String generalProps, java.lang.String launchProps, java.lang.String loginProps)
-
-
-
Field Detail
-
name
public final java.lang.String name
-
displayTitle
public final java.lang.String displayTitle
-
description
public final java.lang.String description
-
generalProps
public final java.lang.String generalProps
-
launchProps
public final java.lang.String launchProps
-
loginProps
public final java.lang.String loginProps
-
-