public class

VDARTagPrior

extends VDARPrior
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.VDARPrior
     ↳ com.vidinoti.android.vdarsdk.VDARTagPrior

Class Overview

Represent a tag prior. Models with the corresponding tag will be downloaded within a sync request.

Summary

Public Constructors
VDARTagPrior()
Construct a new prior with an invalid tag.
Public Methods
boolean equals(Object o)
String getTag()
void setTag(String tag)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VDARTagPrior ()

Construct a new prior with an invalid tag. You must set a tag before using this prior.

Public Methods

public boolean equals (Object o)

Since: API Level

public String getTag ()

Returns
  • the tag of this prior

public void setTag (String tag)

Parameters
tag the tag to set for this prior

public String toString ()

Since: API Level