@Generated(value="org.jsonschema2pojo") public class UserInfo extends Object implements Serializable
Constructor and Description |
---|
UserInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
org.joda.time.DateTime |
getAfterDate()
If the api allows to gather data by date range, this date will be used as the start of the range for the request for this user.
|
org.joda.time.DateTime |
getBeforeDate()
If the api allows to gather data by date range, this date will be used as the end of the range for the request for this user..
|
String |
getUserId()
Google+ user id
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAfterDate(org.joda.time.DateTime afterDate)
If the api allows to gather data by date range, this date will be used as the start of the range for the request for this user.
|
void |
setBeforeDate(org.joda.time.DateTime beforeDate)
If the api allows to gather data by date range, this date will be used as the end of the range for the request for this user..
|
void |
setUserId(String userId)
Google+ user id
|
String |
toString() |
UserInfo |
withAdditionalProperty(String name,
Object value) |
UserInfo |
withAfterDate(org.joda.time.DateTime afterDate) |
UserInfo |
withBeforeDate(org.joda.time.DateTime beforeDate) |
UserInfo |
withUserId(String userId) |
@BeanProperty(value="userId") public String getUserId()
@BeanProperty(value="userId") public void setUserId(String userId)
userId
- The userId@BeanProperty(value="afterDate") public org.joda.time.DateTime getAfterDate()
@BeanProperty(value="afterDate") public void setAfterDate(org.joda.time.DateTime afterDate)
afterDate
- The afterDatepublic UserInfo withAfterDate(org.joda.time.DateTime afterDate)
@BeanProperty(value="beforeDate") public org.joda.time.DateTime getBeforeDate()
@BeanProperty(value="beforeDate") public void setBeforeDate(org.joda.time.DateTime beforeDate)
beforeDate
- The beforeDatepublic UserInfo withBeforeDate(org.joda.time.DateTime beforeDate)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.