public class Content extends Object
Constructor and Description |
---|
Content() |
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Gets the content file.
|
String |
getId()
Gets the ID of the content placeholder.
|
void |
setFile(File file)
Sets the content file.
|
void |
setId(String id)
Sets the ID of the content placeholder.
|
public String getId()
public void setId(String id)
id
- The content placeholder ID.public File getFile()
public void setFile(File file)
file
- The content file.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.