public final class UrlListResource extends ResourceBlock
Url list resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
UrlListResource()
Initializes a new instance of the
UrlListResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets or sets the count.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int[] |
getIds()
Gets or sets the ids.
|
int[] |
getLongs()
Gets or sets the longs.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
String[] |
getTexts()
Gets or sets the texts.
|
void |
setCount(int value)
Gets or sets the count.
|
void |
setIds(int[] value)
Gets or sets the ids.
|
void |
setLongs(int[] value)
Gets or sets the longs.
|
void |
setTexts(String[] value)
Gets or sets the texts.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public UrlListResource()
Initializes a new instance of the UrlListResource
class.
public int getCount()
Gets or sets the count.
Value: The count.public void setCount(int value)
Gets or sets the count.
Value: The count.public int[] getLongs()
Gets or sets the longs.
Value: The longs.public void setLongs(int[] value)
Gets or sets the longs.
Value: The longs.public int[] getIds()
Gets or sets the ids.
Value: The ids.public void setIds(int[] value)
Gets or sets the ids.
Value: The ids.public String[] getTexts()
Gets or sets the texts.
Value: The texts.public void setTexts(String[] value)
Gets or sets the texts.
Value: The texts.public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock