Method
getMinor
Getter for the field minor . @return Returns the minor device ID.
()
Source from the content-addressed store, hash-verified
| 150 | * @return Returns the minor device ID. |
| 151 | */ |
| 152 | public int getMinor() { |
| 153 | return this.minor; |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * <p> |