public class CacheControlHeaderValue extends NetObject implements ICloneable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Http.Headers.CacheControlHeaderValue
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Http
|
static java.lang.String |
className
Qualified class name: System.Net.Http.Headers.CacheControlHeaderValue
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CacheControlHeaderValue() |
CacheControlHeaderValue(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheControlHeaderValue |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CacheControlHeaderValue, a cast assert is made to check if types are compatible. |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getMaxStale() |
boolean |
getMustRevalidate() |
boolean |
getNoCache() |
boolean |
getNoStore() |
boolean |
getNoTransform() |
boolean |
getOnlyIfCached() |
boolean |
getPrivate() |
boolean |
getProxyRevalidate() |
boolean |
getPublic() |
static CacheControlHeaderValue |
Parse(java.lang.String input) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxStale(boolean MaxStale) |
void |
setMustRevalidate(boolean MustRevalidate) |
void |
setNoCache(boolean NoCache) |
void |
setNoStore(boolean NoStore) |
void |
setNoTransform(boolean NoTransform) |
void |
setOnlyIfCached(boolean OnlyIfCached) |
void |
setPrivate(boolean Private) |
void |
setProxyRevalidate(boolean ProxyRevalidate) |
void |
setPublic(boolean Public) |
static boolean |
TryParse(java.lang.String input,
JCORefOut<CacheControlHeaderValue> parsedValue) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringClone, ToICloneablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CacheControlHeaderValue()
throws java.lang.Throwable
java.lang.Throwablepublic CacheControlHeaderValue(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static CacheControlHeaderValue cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CacheControlHeaderValue, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCacheControlHeaderValue instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICloneablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICloneablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICloneablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICloneablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICloneablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getMaxStale()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getMustRevalidate()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getNoCache()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getNoStore()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getNoTransform()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getOnlyIfCached()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPrivate()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getProxyRevalidate()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPublic()
throws java.lang.Throwable
java.lang.Throwablepublic static CacheControlHeaderValue Parse(java.lang.String input) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMaxStale(boolean MaxStale)
throws java.lang.Throwable
java.lang.Throwablepublic void setMustRevalidate(boolean MustRevalidate)
throws java.lang.Throwable
java.lang.Throwablepublic void setNoCache(boolean NoCache)
throws java.lang.Throwable
java.lang.Throwablepublic void setNoStore(boolean NoStore)
throws java.lang.Throwable
java.lang.Throwablepublic void setNoTransform(boolean NoTransform)
throws java.lang.Throwable
java.lang.Throwablepublic void setOnlyIfCached(boolean OnlyIfCached)
throws java.lang.Throwable
java.lang.Throwablepublic void setPrivate(boolean Private)
throws java.lang.Throwable
java.lang.Throwablepublic void setProxyRevalidate(boolean ProxyRevalidate)
throws java.lang.Throwable
java.lang.Throwablepublic void setPublic(boolean Public)
throws java.lang.Throwable
java.lang.Throwablepublic static boolean TryParse(java.lang.String input,
JCORefOut<CacheControlHeaderValue> parsedValue)
throws java.lang.Throwable
java.lang.Throwable