Class InDesignServerInstance

  • All Implemented Interfaces:
    java.io.Serializable

    public class InDesignServerInstance
    extends java.lang.Object
    implements java.io.Serializable
    Class representing an InDesignServerInstance.
    Since:
    4.1.6
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getActive()
      Get the active of the InDesignServerInstance.
      java.lang.String getEndpoint()
      Get the endpoint of the InDesignServerInstance.
      java.lang.String getInstanceID()
      Get the instanceID of the InDesignServerInstance.
      java.lang.String getInstanceName()
      Get the instanceName of the InDesignServerInstance.
      java.lang.String getLogin()
      Get the login of the InDesignServerInstance.
      java.lang.String getPassword()
      Get the password of the InDesignServerInstance.
      java.lang.String getServerID()
      Get the serverID of the InDesignServerInstance.
      int getTypeID()
      Get the typeID of the InDesignServerInstance.
      void setActive​(int active)
      Set the active of the InDesignServerInstance.
      void setEndpoint​(java.lang.String endpoint)
      Set the endpoint of the InDesignServerInstance.
      void setInstanceID​(java.lang.String instanceID)
      Set the instanceID of the InDesignServerInstance.
      void setInstanceName​(java.lang.String instanceName)
      Set the instanceName of the InDesignServerInstance.
      void setLogin​(java.lang.String login)
      Set the login of the InDesignServerInstance.
      void setPassword​(java.lang.String password)
      Set the password of the InDesignServerInstance.
      void setServerID​(java.lang.String serverID)
      Set the serverID of the InDesignServerInstance.
      void setTypeID​(int typeID)
      Set the typeID of the InDesignServerInstance.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InDesignServerInstance

        public InDesignServerInstance()
    • Method Detail

      • getInstanceName

        public java.lang.String getInstanceName()
        Get the instanceName of the InDesignServerInstance.
        Returns:
        instanceName
      • setInstanceName

        public void setInstanceName​(java.lang.String instanceName)
        Set the instanceName of the InDesignServerInstance.
        Parameters:
        instanceName - (must not be empty or null)
      • getEndpoint

        public java.lang.String getEndpoint()
        Get the endpoint of the InDesignServerInstance.
        Returns:
        endpoint
      • setEndpoint

        public void setEndpoint​(java.lang.String endpoint)
        Set the endpoint of the InDesignServerInstance.
        Parameters:
        endpoint -
      • getActive

        public int getActive()
        Get the active of the InDesignServerInstance.
        Returns:
        active
      • setActive

        public void setActive​(int active)
        Set the active of the InDesignServerInstance.
        Parameters:
        active -
      • getTypeID

        public int getTypeID()
        Get the typeID of the InDesignServerInstance.
        Returns:
        typeID
      • setTypeID

        public void setTypeID​(int typeID)
        Set the typeID of the InDesignServerInstance.
        Parameters:
        typeID -
      • getLogin

        public java.lang.String getLogin()
        Get the login of the InDesignServerInstance.
        Returns:
        login
      • setLogin

        public void setLogin​(java.lang.String login)
        Set the login of the InDesignServerInstance.
        Parameters:
        login -
      • getPassword

        public java.lang.String getPassword()
        Get the password of the InDesignServerInstance.
        Returns:
        password
      • setPassword

        public void setPassword​(java.lang.String password)
        Set the password of the InDesignServerInstance.
        Parameters:
        password -
      • getServerID

        public java.lang.String getServerID()
        Get the serverID of the InDesignServerInstance.
        Returns:
        serverID
      • setServerID

        public void setServerID​(java.lang.String serverID)
        Set the serverID of the InDesignServerInstance.
        Parameters:
        serverID -
      • getInstanceID

        public java.lang.String getInstanceID()
        Get the instanceID of the InDesignServerInstance.
        Returns:
        instanceID
      • setInstanceID

        public void setInstanceID​(java.lang.String instanceID)
        Set the instanceID of the InDesignServerInstance.
        Parameters:
        instanceID -
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object