Class PlatformDeploymentRequestBody

  • All Implemented Interfaces:
    Serializable

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

      • PlatformDeploymentRequestBody

        public PlatformDeploymentRequestBody()
        Default constructor
      • PlatformDeploymentRequestBody

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

      • getProperties

        public PlatformDeploymentProperties getProperties()
        Return the properties for this profile identity.
        Returns:
        properties bean
      • setProperties

        public void setProperties​(PlatformDeploymentProperties 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