Class SearchGroupsResponseDto


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]",
               comments="Generator version: 7.7.0")
    public class SearchGroupsResponseDto
    extends Object
    SearchGroupsResponseDto
    • Constructor Detail

      • SearchGroupsResponseDto

        public SearchGroupsResponseDto()
    • Method Detail

      • getItems

        @Nonnull
        public List<Group> getItems()
        발송 메시지 리스트
        Returns:
        items
      • setItems

        public void setItems​(List<Group> items)
      • getCursor

        @Nonnull
        public String getCursor()
        응답받을 데이터 오프셋
        Returns:
        cursor
      • setCursor

        public void setCursor​(String cursor)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to SearchGroupsResponseDto
      • fromJson

        public static SearchGroupsResponseDto fromJson​(String jsonString)
                                                throws IOException
        Create an instance of SearchGroupsResponseDto given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of SearchGroupsResponseDto
        Throws:
        IOException - if the JSON string is invalid with respect to SearchGroupsResponseDto
      • toJson

        public String toJson()
        Convert an instance of SearchGroupsResponseDto to an JSON string
        Returns:
        JSON string