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

com.github.twitch4j.helix.domain.ChannelVip Maven / Gradle / Ivy

package com.github.twitch4j.helix.domain;

import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;

@Data
@Setter(AccessLevel.PRIVATE)
public class ChannelVip {

    /**
     * An ID that uniquely identifies the VIP user.
     */
    private String userId;

    /**
     * The user’s display name.
     */
    private String userName;

    /**
     * The user’s login name.
     */
    private String userLogin;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy