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 FileEntry
public long createTime()
createTime
in interface FileEntry
public long lastModified()
lastModified
in interface FileEntry
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object