Class UpdateInformationSupplyChainRequestBody

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.MetadataSourceRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.UpdateInformationSupplyChainRequestBody

public class UpdateInformationSupplyChainRequestBody extends MetadataSourceRequestBody
UpdateInformationSupplyChainRequestBody describes the properties to update an information supply chain.
  • Constructor Details

    • UpdateInformationSupplyChainRequestBody

      public UpdateInformationSupplyChainRequestBody()
      Default constructor
    • UpdateInformationSupplyChainRequestBody

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

    • getProperties

      public InformationSupplyChainProperties getProperties()
      Return the properties for the new element.
      Returns:
      properties
    • setProperties

      public void setProperties(InformationSupplyChainProperties properties)
      Set up the properties for the new element.
      Parameters:
      properties - properties
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class MetadataSourceRequestBody
      Returns:
      list of properties and their values.
    • 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
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class MetadataSourceRequestBody
      Returns:
      int hash code