Class RenderingServer
java.lang.Object
com.priint.pubserver.plannerapi.resource.RenderingServer
Class representing a RenderingInServer in Planner REST Service.
- See Also:
-
com.priint.pubserver.plannerapi.resource.RenderingInServersResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLinks()links of the StatusGet the serverId of the InDesignServer.Get the serverName of the InDesignServer.Get the serverProtocol of the InDesignServer.voidsetServerId(String serverId) Set the serverId of the InDesignServer.voidsetServerName(String serverName) Set the serverName of the InDesignServer.voidsetServerProtocol(String serverProtocol) Set the serverProtocol of the InDesignServer.
-
Constructor Details
-
RenderingServer
public RenderingServer()
-
-
Method Details
-
getServerId
Get the serverId of the InDesignServer.- Returns:
- serverId
-
setServerId
Set the serverId of the InDesignServer.- Parameters:
serverId-
-
getServerName
Get the serverName of the InDesignServer.- Returns:
- serverName
-
setServerName
Set the serverName of the InDesignServer.- Parameters:
serverName-
-
getServerProtocol
Get the serverProtocol of the InDesignServer.- Returns:
- serverProtocol
-
setServerProtocol
Set the serverProtocol of the InDesignServer.- Parameters:
serverProtocol-
-
getLinks
links of the Status
-