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

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

package com.github.twitch4j.helix.domain;

import lombok.AccessLevel;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.NonNull;
import lombok.Setter;

@Data
@Setter(AccessLevel.PRIVATE)
@NoArgsConstructor
public class StreamKey {

    /**
     * Stream key for the channel
     */
    @NonNull
    private String streamKey;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy