Class DedicatedTopicListResponse

All Implemented Interfaces:
FFDCResponse

public class DedicatedTopicListResponse extends AdminServicesAPIResponse
DedicatedTopicListResponse returns the names of the topics used for the dedicated topic structure.
  • Constructor Details

    • DedicatedTopicListResponse

      public DedicatedTopicListResponse()
      Default constructor
    • DedicatedTopicListResponse

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

    • getDedicatedTopicList

      public DedicatedTopicList getDedicatedTopicList()
      Return the list of topics for the dedicated topic structure.
      Returns:
      three topic names
    • setDedicatedTopicList

      public void setDedicatedTopicList(DedicatedTopicList dedicatedTopicList)
      Set up the list of topics for the dedicated topic structure.
      Parameters:
      dedicatedTopicList - three topic names
    • toString

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

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int hash code