public class Owner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Owner.Builder |
Constructor and Description |
---|
Owner(String uuid,
URI resourceUri,
String email) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEmail() |
URI |
getResourceUri() |
String |
getUuid() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"uuid","resource_uri","email"}) public Owner(String uuid, URI resourceUri, String email)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.