public class DriveLicense extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DriveLicense.Builder |
Constructor and Description |
---|
DriveLicense(int amount,
License license,
Owner user) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getAmount() |
License |
getLicense() |
Owner |
getUser() |
int |
hashCode() |
String |
toString() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.