AccountFilterInner Class

public final class AccountFilterInner
extends ProxyResource

An Account Filter.

Constructor Summary

Constructor Description
AccountFilterInner()

Creates an instance of AccountFilterInner class.

Method Summary

Modifier and Type Method and Description
FirstQuality firstQuality()

Get the firstQuality property: The first quality.

PresentationTimeRange presentationTimeRange()

Get the presentationTimeRange property: The presentation time range.

SystemData systemData()

Get the systemData property: The system metadata relating to this resource.

List<FilterTrackSelection> tracks()

Get the tracks property: The tracks selection conditions.

void validate()

Validates the instance.

AccountFilterInner withFirstQuality(FirstQuality firstQuality)

Set the firstQuality property: The first quality.

AccountFilterInner withPresentationTimeRange(PresentationTimeRange presentationTimeRange)

Set the presentationTimeRange property: The presentation time range.

AccountFilterInner withTracks(List<FilterTrackSelection> tracks)

Set the tracks property: The tracks selection conditions.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

AccountFilterInner

public AccountFilterInner()

Creates an instance of AccountFilterInner class.

Method Details

firstQuality

public FirstQuality firstQuality()

Get the firstQuality property: The first quality.

Returns:

the firstQuality value.

presentationTimeRange

public PresentationTimeRange presentationTimeRange()

Get the presentationTimeRange property: The presentation time range.

Returns:

the presentationTimeRange value.

systemData

public SystemData systemData()

Get the systemData property: The system metadata relating to this resource.

Returns:

the systemData value.

tracks

public List tracks()

Get the tracks property: The tracks selection conditions.

Returns:

the tracks value.

validate

public void validate()

Validates the instance.

withFirstQuality

public AccountFilterInner withFirstQuality(FirstQuality firstQuality)

Set the firstQuality property: The first quality.

Parameters:

firstQuality - the firstQuality value to set.

Returns:

the AccountFilterInner object itself.

withPresentationTimeRange

public AccountFilterInner withPresentationTimeRange(PresentationTimeRange presentationTimeRange)

Set the presentationTimeRange property: The presentation time range.

Parameters:

presentationTimeRange - the presentationTimeRange value to set.

Returns:

the AccountFilterInner object itself.

withTracks

public AccountFilterInner withTracks(List tracks)

Set the tracks property: The tracks selection conditions.

Parameters:

tracks - the tracks value to set.

Returns:

the AccountFilterInner object itself.

Applies to