Class 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.
    • 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ProjectClientInitResponse

        public 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)