Class ServerAuthorPlatformsResponse

All Implemented Interfaces:
FFDCResponse

public class ServerAuthorPlatformsResponse extends ServerAuthorViewOMVSAPIResponse
A Server Author response containing the known platforms
  • Constructor Details

    • ServerAuthorPlatformsResponse

      public ServerAuthorPlatformsResponse()
      Default constructor
    • ServerAuthorPlatformsResponse

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

    • getPlatforms

      public Set<Platform> getPlatforms()
      Get the platforms
      Returns:
      the platforms
    • setPlatforms

      public void setPlatforms(Set<Platform> platforms)
      set the platforms
      Parameters:
      platforms - the platforms
    • toString

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