java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
org.odpi.openmetadata.accessservices.itinfrastructure.rest.UseTypeRequestBody

public class UseTypeRequestBody extends EffectiveTimeRequestBody
UseTypeRequestBody for passing the use type and effective time.
  • Constructor Details

    • UseTypeRequestBody

      public UseTypeRequestBody()
      Default constructor
    • UseTypeRequestBody

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

    • getUseType

      public ServerAssetUseType getUseType()
      Return the use type to use for the query.
      Returns:
      enum
    • setUseType

      public void setUseType(ServerAssetUseType useType)
      Set up the use type to use for the query.
      Parameters:
      useType - enum
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class EffectiveTimeRequestBody
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class EffectiveTimeRequestBody
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

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