Package im.zego.zegoexpress.entity
Class ZegoCopyrightedMusicQueryCacheConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoCopyrightedMusicQueryCacheConfig
-
public class ZegoCopyrightedMusicQueryCacheConfig extends java.lang.Object
The configuration of querying cache.
-
-
Field Summary
Fields Modifier and Type Field Description ZegoCopyrightedMusicResourceQualityType
resourceQualityType
The resource quality type of music.ZegoCopyrightedMusicResourceType
resourceType
The resource type of music.java.lang.String
songID
the ID of the song.ZegoCopyrightedMusicVendorID
vendorID
Copyright music resource song copyright provider.
-
Constructor Summary
Constructors Constructor Description ZegoCopyrightedMusicQueryCacheConfig()
-
-
-
Field Detail
-
songID
public java.lang.String songID
the ID of the song.
-
resourceType
public ZegoCopyrightedMusicResourceType resourceType
The resource type of music.
-
resourceQualityType
public ZegoCopyrightedMusicResourceQualityType resourceQualityType
The resource quality type of music.
-
vendorID
public ZegoCopyrightedMusicVendorID vendorID
Copyright music resource song copyright provider.
-
-