Class RenderingInstance
java.lang.Object
com.priint.pubserver.plannerapi.resource.RenderingInstance
Class representing a RenderingInInstance in Planner REST Service.
- See Also:
-
com.priint.pubserver.plannerapi.resource.RenderingInServersResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the active of the InDesignServerInstance.Get the endpoint of the InDesignServerInstance.Get the instanceID of the InDesignServerInstance.Get the instanceName of the InDesignServerInstance.getLogin()Get the login of the InDesignServerInstance.Get the password of the InDesignServerInstance.Get the serverID of the InDesignServerInstance.intGet the typeID of the InDesignServerInstance.voidsetActive(int active) Set the active of the InDesignServerInstance.voidsetEndpoint(String endpoint) Set the endpoint of the InDesignServerInstance.voidsetInstanceID(String instanceID) Set the instanceID of the InDesignServerInstance.voidsetInstanceName(String instanceName) Set the instanceName of the InDesignServerInstance.voidSet the login of the InDesignServerInstance.voidsetPassword(String password) Set the password of the InDesignServerInstance.voidsetServerID(String serverID) Set the serverID of the InDesignServerInstance.voidsetTypeID(int typeID) Set the typeID of the InDesignServerInstance.
-
Constructor Details
-
RenderingInstance
public RenderingInstance()
-
-
Method Details
-
getInstanceName
Get the instanceName of the InDesignServerInstance.- Returns:
- instanceName
-
setInstanceName
Set the instanceName of the InDesignServerInstance.- Parameters:
instanceName- (must not be empty or null)
-
getEndpoint
Get the endpoint of the InDesignServerInstance.- Returns:
- endpoint
-
setEndpoint
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
Get the login of the InDesignServerInstance.- Returns:
- login
-
setLogin
Set the login of the InDesignServerInstance.- Parameters:
login-
-
getPassword
Get the password of the InDesignServerInstance.- Returns:
- password
-
setPassword
Set the password of the InDesignServerInstance.- Parameters:
password-
-
getServerID
Get the serverID of the InDesignServerInstance.- Returns:
- serverID
-
setServerID
Set the serverID of the InDesignServerInstance.- Parameters:
serverID-
-
getInstanceID
Get the instanceID of the InDesignServerInstance.- Returns:
- instanceID
-
setInstanceID
Set the instanceID of the InDesignServerInstance.- Parameters:
instanceID-
-