All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gitee.huangguiming.Imcode.responses.IMCreateGroupResponse Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package io.gitee.huangguiming.Imcode.responses;

import io.gitee.huangguiming.Imcode.utils.IMGsonBuilder;
import io.gitee.huangguiming.Imcode.utils.IMGsonResponsesBuilder;
import lombok.Data;
import lombok.EqualsAndHashCode;

@EqualsAndHashCode(callSuper = true)
@Data
public class IMCreateGroupResponse extends IMBashResponse{


    /**
     * 群主id
     */
    private String GroupId;


    public static IMCreateGroupResponse fromJson(String json) {
        return IMGsonResponsesBuilder.create().fromJson(json, IMCreateGroupResponse.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy