@Structure.FieldOrder(value={"ApiVersion","CatalogNamespace","Id","EntitlementName","TitleText","DescriptionText","LongDescriptionText","TechnicalDetailsText","DeveloperText","ItemType","EntitlementEndTimestamp"})
public class EOS_Ecom_CatalogItem
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
EOS_Ecom_Interface.copyOfferItemByIndex(EOS_Ecom_CopyOfferItemByIndexOptions).release()| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Ecom_CatalogItem.ByReference |
static class |
EOS_Ecom_CatalogItem.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_ECOM_CATALOGITEM_API_LATEST. |
java.lang.String |
CatalogNamespace
Product namespace in which this item exists
|
java.lang.String |
DescriptionText
Localized UTF-8 description of this item
|
java.lang.String |
DeveloperText
Localized UTF-8 developer of this item
|
long |
EntitlementEndTimestamp
If not -1 then this is the POSIX timestamp that the entitlement will end
|
java.lang.String |
EntitlementName
The entitlement name associated with this item
|
static int |
EOS_ECOM_CATALOGITEM_API_LATEST
The most recent version of the EOS_Ecom_CatalogItem struct.
|
static int |
EOS_ECOM_CATALOGITEM_ENTITLEMENTENDTIMESTAMP_UNDEFINED
Timestamp value representing an undefined EntitlementEndTimestamp for EOS_Ecom_CatalogItem
|
java.lang.String |
Id
The ID of this item
|
EOS_EEcomItemType |
ItemType
The type of item as defined in the catalog
|
java.lang.String |
LongDescriptionText
Localized UTF-8 long description of this item
|
java.lang.String |
TechnicalDetailsText
Localized UTF-8 technical details of this item
|
java.lang.String |
TitleText
Localized UTF-8 title of this item
|
| Constructor and Description |
|---|
EOS_Ecom_CatalogItem() |
EOS_Ecom_CatalogItem(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_ECOM_CATALOGITEM_API_LATEST
public static final int EOS_ECOM_CATALOGITEM_ENTITLEMENTENDTIMESTAMP_UNDEFINED
public int ApiVersion
EOS_ECOM_CATALOGITEM_API_LATEST.public java.lang.String CatalogNamespace
public java.lang.String Id
public java.lang.String EntitlementName
public java.lang.String TitleText
public java.lang.String DescriptionText
public java.lang.String LongDescriptionText
public java.lang.String TechnicalDetailsText
public java.lang.String DeveloperText
public EOS_EEcomItemType ItemType
public long EntitlementEndTimestamp