Following is the syntax:
import org.apache.jmeter.protocol.http.control.Cookie;
sampler.getCookieManager().add(new Cookie("Cookiename", "CookieValue", "Hostname", "URL", true, Long.MAX_VALUE));
import org.apache.jmeter.protocol.http.control.Cookie;
sampler.getCookieManager().add(new Cookie("Cookiename", "CookieValue", "Hostname", "URL", true, Long.MAX_VALUE));