Package video.api.client.api.models
Class ListTagsResponseData
- java.lang.Object
-
- video.api.client.api.models.ListTagsResponseData
-
- All Implemented Interfaces:
Serializable,DeepObject
public class ListTagsResponseData extends Object implements Serializable, DeepObject
ListTagsResponseData- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VALUEstatic StringSERIALIZED_NAME_VIDEO_COUNT
-
Constructor Summary
Constructors Constructor Description ListTagsResponseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()Returns the value of a video tag used in your project.IntegergetVideoCount()Returns the number of times a video tag is used.inthashCode()voidsetValue(String value)voidsetVideoCount(Integer videoCount)StringtoString()ListTagsResponseDatavalue(String value)ListTagsResponseDatavideoCount(Integer videoCount)
-
-
-
Field Detail
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VIDEO_COUNT
public static final String SERIALIZED_NAME_VIDEO_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public ListTagsResponseData value(String value)
-
getValue
@Nullable public String getValue()
Returns the value of a video tag used in your project.- Returns:
- value
-
setValue
public void setValue(String value)
-
videoCount
public ListTagsResponseData videoCount(Integer videoCount)
-
getVideoCount
@Nullable public Integer getVideoCount()
Returns the number of times a video tag is used.- Returns:
- videoCount
-
setVideoCount
public void setVideoCount(Integer videoCount)
-
-