public class ContainerItemInfo extends Object
| Constructor | Description |
|---|---|
ContainerItemInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getPassword() |
Password for processing password-protected container item.
|
String |
getRelativePath() |
The relative path of the container.
|
int |
hashCode() |
|
ContainerItemInfo |
password(String password) |
|
ContainerItemInfo |
relativePath(String relativePath) |
|
void |
setPassword(String password) |
|
void |
setRelativePath(String relativePath) |
|
String |
toString() |
public ContainerItemInfo relativePath(String relativePath)
public String getRelativePath()
public void setRelativePath(String relativePath)
public ContainerItemInfo password(String password)
public String getPassword()
public void setPassword(String password)
Copyright © 2025. All rights reserved.