Class ServicePropertiesAndRequests


  • public class ServicePropertiesAndRequests
    extends Object
    • Constructor Detail

      • ServicePropertiesAndRequests

        public ServicePropertiesAndRequests()
        Default Constructor sets the properties to nulls
    • Method Detail

      • setRequestTypeParameters

        public void setRequestTypeParameters​(Map<String,​Map<String,​String>> requestTypeParameters)
      • toString

        public String toString()
        Standard toString method.
        Overrides:
        toString in class Object
        Returns:
        JSON style description of variables.
      • equals

        public boolean equals​(Object objectToCompare)
        Validate that an object is equal depending on their stored values.
        Overrides:
        equals in class Object
        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 Object
        Returns:
        in hash code