Class ProjectClientInitResponse

java.lang.Object
com.inductiveautomation.factorypmi.common.ProjectClientInitResponse

public class ProjectClientInitResponse extends 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 Details

    • name

      public final String name
    • displayTitle

      public final String displayTitle
    • description

      public final String description
    • generalProps

      public final String generalProps
    • launchProps

      public final String launchProps
    • loginProps

      public final String loginProps
  • Constructor Details

    • ProjectClientInitResponse

      public ProjectClientInitResponse(String name, String displayTitle, String description, String generalProps, String launchProps, String loginProps)