package com.infinite.focus.server.googleapis.services.youtube;

public class YouTubeVideoDetailsItem {

	private YouTubeVideoDetailsItemContentDetails contentDetails = null;

	public YouTubeVideoDetailsItemContentDetails getContentDetails() {
		return contentDetails;
	}

	public void setContentDetails(YouTubeVideoDetailsItemContentDetails contentDetails) {
		this.contentDetails = contentDetails;
	}
}
