Class GroupSeriesCompletion.GroupSeriesCompletionGetInstanceListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    GroupSeriesCompletion

    public static class GroupSeriesCompletion.GroupSeriesCompletionGetInstanceListResponse
    extends Response
    Response to the GroupSeriesCompletionGetInstanceListRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • name

        protected String[] name
      • group

        protected transient Group group
    • Constructor Detail

      • GroupSeriesCompletionGetInstanceListResponse

        public GroupSeriesCompletionGetInstanceListResponse()
    • Method Detail

      • setName

        public void setName​(String... name)
      • getName

        public String[] getName()
      • setGroup

        public void setGroup​(Group group)
      • getGroup

        public Group getGroup()
      • transform

        public void transform()
        Description copied from class: Response
        Transforms the Response from XML Content to a populated POJO
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object