aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/pina/Channel.java
blob: 36cf499498d361c4e1bcd81d165b7622a26796d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package com.pina;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class Channel {
    public String english_name;
    public String id;
    public String name;
    public String photo;
    public String type;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage