Class SupportedCapabilityRequestBody

  • All Implemented Interfaces:
    Serializable

    public class SupportedCapabilityRequestBody
    extends MetadataSourceRequestBody
    SupportedCapabilityRequestBody provides the request body payload for working with the relationships between software servers and software server capabilities.
    See Also:
    Serialized Form
    • Constructor Detail

      • SupportedCapabilityRequestBody

        public SupportedCapabilityRequestBody()
        Default constructor
      • SupportedCapabilityRequestBody

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

      • setProperties

        public void setProperties​(SupportedCapabilityProperties properties)
        Set up the properties for this profile identity.
        Parameters:
        properties - properties bean
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class MetadataSourceRequestBody
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison