Package org.robovm.apple.foundation
Class NSHTTPCookieAttributes
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSHTTPCookieAttributes
public class NSHTTPCookieAttributes extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSHTTPCookieAttributes.AsListMarshalerstatic classNSHTTPCookieAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description NSHTTPCookieAttributes() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSHTTPCookieAttributes
public NSHTTPCookieAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getName
-
setName
-
getValue
-
setValue
-
getOriginURL
-
setOriginURL
-
getVersion
public int getVersion() -
setVersion
-
getDomain
-
setDomain
-
getPath
-
setPath
-
getExpireDate
-
setExpireDate
-
getComment
-
setComment
-
getCommentURL
-
setCommentURL
-
getMaximumAge
public int getMaximumAge() -
setMaximumAge
-
getPort
-
setPort
-
discards
public boolean discards() -
setDiscards
-
isSecure
public boolean isSecure() -
setSecure
-