| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
netName |
|
protected java.lang.String |
remark |
|
protected int |
type |
| Constructor | Description |
|---|---|
SmbShareInfo() |
|
SmbShareInfo(java.lang.String netName,
int type,
java.lang.String remark) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
createTime() |
|
boolean |
equals(java.lang.Object obj) |
|
int |
getAttributes() |
|
java.lang.String |
getName() |
|
int |
getType() |
|
int |
hashCode() |
|
long |
lastModified() |
|
long |
length() |
|
java.lang.String |
toString() |
protected java.lang.String netName
protected int type
protected java.lang.String remark
public SmbShareInfo()
public SmbShareInfo(java.lang.String netName,
int type,
java.lang.String remark)
public int getAttributes()
getAttributes in interface FileEntrypublic long createTime()
createTime in interface FileEntrypublic long lastModified()
lastModified in interface FileEntrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object