Package video.api.client.api.models
Class Account
- java.lang.Object
-
- video.api.client.api.models.Account
-
- All Implemented Interfaces:
Serializable
public class Account extends Object implements Serializable
Account- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENVIRONMENTstatic StringSERIALIZED_NAME_FEATURESstatic StringSERIALIZED_NAME_QUOTA
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountaddFeaturesItem(String featuresItem)Accountenvironment(String environment)booleanequals(Object o)Accountfeatures(List<String> features)StringgetEnvironment()Deprecated.List<String>getFeatures()Deprecated.AccountQuotagetQuota()Get quotainthashCode()Accountquota(AccountQuota quota)voidsetEnvironment(String environment)voidsetFeatures(List<String> features)voidsetQuota(AccountQuota quota)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_QUOTA
public static final String SERIALIZED_NAME_QUOTA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FEATURES
public static final String SERIALIZED_NAME_FEATURES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENVIRONMENT
public static final String SERIALIZED_NAME_ENVIRONMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
quota
public Account quota(AccountQuota quota)
-
getQuota
@Nullable public AccountQuota getQuota()
Get quota- Returns:
- quota
-
setQuota
public void setQuota(AccountQuota quota)
-
getFeatures
@Nullable public List<String> getFeatures()
Deprecated. What features are enabled for your account. Choices include: app.dynamic_metadata - the ability to dynamically tag videos to better segment and understand your audiences, app.event_log - the ability to create and retrieve a log detailing how your videos were interacted with, player.white_label - the ability to customise your player, stats.player_events - the ability to see statistics about how your player is being used, transcode.mp4_support - the ability to reformat content into mp4 using the H264 codec.- Returns:
- features
-
getEnvironment
@Nullable public String getEnvironment()
Deprecated. Whether you are using your production or sandbox API key will impact what environment is displayed here, as well as stats and features information. If you use your sandbox key, the environment is \"sandbox.\" If you use your production key, the environment is \"production.\"- Returns:
- environment
-
setEnvironment
public void setEnvironment(String environment)
-
-