Package video.api.client.api.models
Class Account
java.lang.Object
video.api.client.api.models.Account
- All Implemented Interfaces:
java.io.Serializable
public class Account
extends java.lang.Object
implements java.io.Serializable
Account
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_ENVIRONMENTstatic java.lang.StringSERIALIZED_NAME_FEATURESstatic java.lang.StringSERIALIZED_NAME_QUOTA -
Constructor Summary
Constructors Constructor Description Account() -
Method Summary
Modifier and Type Method Description AccountaddFeaturesItem(java.lang.String featuresItem)Accountenvironment(java.lang.String environment)booleanequals(java.lang.Object o)Accountfeatures(java.util.List<java.lang.String> features)java.lang.StringgetEnvironment()Deprecated.java.util.List<java.lang.String>getFeatures()Deprecated.AccountQuotagetQuota()Get quotainthashCode()Accountquota(AccountQuota quota)voidsetEnvironment(java.lang.String environment)voidsetFeatures(java.util.List<java.lang.String> features)voidsetQuota(AccountQuota quota)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_QUOTA
public static final java.lang.String SERIALIZED_NAME_QUOTA- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FEATURES
public static final java.lang.String SERIALIZED_NAME_FEATURES- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENVIRONMENT
public static final java.lang.String SERIALIZED_NAME_ENVIRONMENT- See Also:
- Constant Field Values
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
quota
-
getQuota
Get quota- Returns:
- quota
-
setQuota
-
features
-
addFeaturesItem
-
getFeatures
@Nullable public java.util.List<java.lang.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
-
setFeatures
public void setFeatures(java.util.List<java.lang.String> features) -
environment
-
getEnvironment
@Nullable public java.lang.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(java.lang.String environment) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-