Class TechnologyTypeSummaryListResponse

All Implemented Interfaces:
FFDCResponse

public class TechnologyTypeSummaryListResponse extends AssetOwnerOMASAPIResponse
TechnologyTypeSummaryListResponse is the response structure used on the OMVS REST API calls that return a list of technology type summaries as a response.
  • Constructor Details

    • TechnologyTypeSummaryListResponse

      public TechnologyTypeSummaryListResponse()
      Default constructor
  • Method Details

    • getElements

      public List<TechnologyTypeSummary> getElements()
      Return the list of technology types.
      Returns:
      list of objects or null
    • setElements

      public void setElements(List<TechnologyTypeSummary> elements)
      Set up the list of technology types.
      Parameters:
      elements - - list of objects or null
    • toString

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