Package com.sforce.soap.metadata
Class PlatformCachePartitionType
- java.lang.Object
-
- com.sforce.soap.metadata.PlatformCachePartitionType
-
-
Constructor Summary
Constructors Constructor Description PlatformCachePartitionType()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAllocatedCapacity
public int getAllocatedCapacity()
-
setAllocatedCapacity
public void setAllocatedCapacity(int allocatedCapacity)
-
setAllocatedCapacity
protected void setAllocatedCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAllocatedPartnerCapacity
public int getAllocatedPartnerCapacity()
-
setAllocatedPartnerCapacity
public void setAllocatedPartnerCapacity(int allocatedPartnerCapacity)
-
setAllocatedPartnerCapacity
protected void setAllocatedPartnerCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAllocatedPurchasedCapacity
public int getAllocatedPurchasedCapacity()
-
setAllocatedPurchasedCapacity
public void setAllocatedPurchasedCapacity(int allocatedPurchasedCapacity)
-
setAllocatedPurchasedCapacity
protected void setAllocatedPurchasedCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAllocatedTrialCapacity
public int getAllocatedTrialCapacity()
-
setAllocatedTrialCapacity
public void setAllocatedTrialCapacity(int allocatedTrialCapacity)
-
setAllocatedTrialCapacity
protected void setAllocatedTrialCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCacheType
public PlatformCacheType getCacheType()
-
setCacheType
public void setCacheType(PlatformCacheType cacheType)
-
setCacheType
protected void setCacheType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-