Class ServerPropertiesRequestBody


public class ServerPropertiesRequestBody extends BasicServerProperties
ServerPropertiesRequestBody is the request body to add the basic server properties to an OMAG Server's configuration document.
  • Constructor Details

    • ServerPropertiesRequestBody

      public ServerPropertiesRequestBody()
      Default constructor.
    • ServerPropertiesRequestBody

      public ServerPropertiesRequestBody(BasicServerProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details