com.google.code.linkedinapi.schema.impl
Class SiteStandardProfileRequestImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.SiteStandardProfileRequestImpl
- All Implemented Interfaces:
- SchemaEntity, SiteStandardProfileRequest, java.io.Serializable
public class SiteStandardProfileRequestImpl
- extends java.lang.Object
- implements java.io.Serializable, SiteStandardProfileRequest
- See Also:
- Serialized Form
Method Summary |
Headers |
getHeaders()
Gets the value of the headers property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
setHeaders(Headers value)
Sets the value of the headers property. |
void |
setUrl(java.lang.String value)
Sets the value of the url property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
url
protected java.lang.String url
headers
protected HeadersImpl headers
SiteStandardProfileRequestImpl
public SiteStandardProfileRequestImpl()
getUrl
public java.lang.String getUrl()
- Description copied from interface:
SiteStandardProfileRequest
- Gets the value of the url property.
- Specified by:
getUrl
in interface SiteStandardProfileRequest
- Returns:
- possible object is
String
setUrl
public void setUrl(java.lang.String value)
- Description copied from interface:
SiteStandardProfileRequest
- Sets the value of the url property.
- Specified by:
setUrl
in interface SiteStandardProfileRequest
- Parameters:
value
- allowed object is
String
getHeaders
public Headers getHeaders()
- Description copied from interface:
SiteStandardProfileRequest
- Gets the value of the headers property.
- Specified by:
getHeaders
in interface SiteStandardProfileRequest
- Returns:
- possible object is
Headers
setHeaders
public void setHeaders(Headers value)
- Description copied from interface:
SiteStandardProfileRequest
- Sets the value of the headers property.
- Specified by:
setHeaders
in interface SiteStandardProfileRequest
- Parameters:
value
- allowed object is
Headers