Class ListContentKeysResponseInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.ListContentKeysResponseInner
Class of response for listContentKeys action.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ListContentKeysResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the contentKeys property: ContentKeys used by current Streaming Locator.void
validate()
Validates the instance.withContentKeys
(List<StreamingLocatorContentKey> contentKeys) Set the contentKeys property: ContentKeys used by current Streaming Locator.
-
Constructor Details
-
ListContentKeysResponseInner
public ListContentKeysResponseInner()Creates an instance of ListContentKeysResponseInner class.
-
-
Method Details
-
contentKeys
Get the contentKeys property: ContentKeys used by current Streaming Locator.- Returns:
- the contentKeys value.
-
withContentKeys
Set the contentKeys property: ContentKeys used by current Streaming Locator.- Parameters:
contentKeys
- the contentKeys value to set.- Returns:
- the ListContentKeysResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-