public class MetaDTO extends Object
| Constructor and Description |
|---|
MetaDTO() |
| Modifier and Type | Method and Description |
|---|---|
MetaDTO |
created(String created) |
boolean |
equals(Object o) |
String |
getCreated()
Date and time the resource has been created.
|
String |
getLastModified()
Date and time the resource has been last modified.
|
String |
getLocation()
Location URL to the resource.
|
String |
getResourceType()
Resource type (Group or User)
|
int |
hashCode() |
MetaDTO |
lastModified(String lastModified) |
MetaDTO |
location(String location) |
MetaDTO |
resourceType(String resourceType) |
void |
setCreated(String created) |
void |
setLastModified(String lastModified) |
void |
setLocation(String location) |
void |
setResourceType(String resourceType) |
String |
toString() |
public String getCreated()
public void setCreated(String created)
public String getLastModified()
public void setLastModified(String lastModified)
public String getLocation()
public void setLocation(String location)
public String getResourceType()
public void setResourceType(String resourceType)
Copyright © 2018 WSO2. All rights reserved.