Class ViewServiceRequestBody

    • Constructor Detail

      • ViewServiceRequestBody

        public ViewServiceRequestBody()
        Default constructor for use with Jackson libraries
      • ViewServiceRequestBody

        public ViewServiceRequestBody​(ViewServiceRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getViewServiceOptions

        public Map<String,​Object> getViewServiceOptions()
        Return the options for this view service. These are properties that are specific to the view service.
        Returns:
        Map from String to String
      • setViewServiceOptions

        public void setViewServiceOptions​(Map<String,​Object> viewServiceOptions)
        Set up the options for this view service. These are properties that are specific to the view service.
        Parameters:
        viewServiceOptions - Map from String to String
      • equals

        public boolean equals​(Object objectToCompare)
        Validate that an object is equal depending on their stored values.
        Overrides:
        equals in class OMAGServerClientConfig
        Parameters:
        objectToCompare - object
        Returns:
        boolean result
      • hashCode

        public int hashCode()
        Return a hash code based on the values of this object.
        Overrides:
        hashCode in class OMAGServerClientConfig
        Returns:
        in hash code