CounterAttribute сlass
com.yandex.metrica.profile
public class CounterAttribute
Methods of the class set the value of the tag type attribute.
Methods
Method descriptions
withDelta
UserProfileUpdate<? extends UserProfileUpdatePatcher> withDelta(double value)
Updates the attribute value with the specified delta value.
Parameters:
value | The delta value which you want to add or remove to the attribute value. |
value | The delta value which you want to add or remove to the attribute value. |
Returns:
The instance of the UserProfileUpdate
class that contains all attribute updates.