Class ProfileNameListResponse

java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.ProfileNameListResponse
All Implemented Interfaces:
Serializable

public class ProfileNameListResponse extends ConformanceServicesAPIResponse
TestCaseListResponse defines the response structure that lists the test case IDs available.
See Also:
  • Constructor Details

    • ProfileNameListResponse

      public ProfileNameListResponse()
      Default constructor
    • ProfileNameListResponse

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

    • getProfileNames

      public List<String> getProfileNames()
      Return the test case IDs that are available.
      Returns:
      list of test case IDs
    • setProfileNames

      public void setProfileNames(List<String> profileNames)
      Set up the list of test case IDs that are available.
      Parameters:
      profileNames - that are available
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ConformanceServicesAPIResponse
      Returns:
      print out of variables in a JSON-style