Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Class Info |
|---|
public class PictureItem Contains a single poster of a video. |
Constructor Name |
|---|
| Default constructor. |
Qualifier and Type |
Method Name and Description |
|---|---|
String |
getSize() Obtains the image size code name. Three code names: F for original size, M for 50% of original size after compression, and S for 25% of original size after compression. Note that the code name is uppercase. |
void |
setSize(String size) Sets the image size code name. |
String[] |
getUrl() Obtains the image URL. |
void |
setUrl(String[] url) Sets the image URL. |
Constructor |
|---|
public PictureItem() Default constructor. |
Method |
|---|
public String getSize() Obtains the image size code name. |
Returns
Type |
Description |
|---|---|
String |
Image size code name. Three code names: F for original size, M for 50% of original size after compression, and S for 25% of original size after compression. Note that the code name is uppercase. |
Method |
|---|
public void setSize(String size) Sets the image size code name. |
Parameters
Name |
Description |
|---|---|
size |
Image size code name. |
Method |
|---|
public String[] getUrl() Obtains the image URL. |
Returns
Type |
Description |
|---|---|
String[] |
Image URL. |
Method |
|---|
public void setUrl(String[] url) Sets the image URL. |
Parameters
Name |
Description |
|---|---|
url |
Image URL. |