twitter4j
Class ProfileImageImpl

java.lang.Object
  extended by twitter4j.TwitterResponseImpl
      extended by twitter4j.ProfileImageImpl
All Implemented Interfaces:
java.io.Serializable, ProfileImage, TwitterResponse

 class ProfileImageImpl
extends TwitterResponseImpl
implements ProfileImage

Since:
Twitter4J 2.1.7
Author:
Yusuke Yamamoto - yusuke at mac.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface twitter4j.ProfileImage
ProfileImage.ImageSize
 
Field Summary
private static long serialVersionUID
           
private  java.lang.String url
           
 
Fields inherited from interface twitter4j.ProfileImage
BIGGER, MINI, NORMAL
 
Constructor Summary
ProfileImageImpl(twitter4j.internal.http.HttpResponse res)
           
 
Method Summary
 java.lang.String getURL()
           
 
Methods inherited from class twitter4j.TwitterResponseImpl
getRateLimitStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface twitter4j.TwitterResponse
getRateLimitStatus
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

url

private java.lang.String url
Constructor Detail

ProfileImageImpl

ProfileImageImpl(twitter4j.internal.http.HttpResponse res)
Method Detail

getURL

public java.lang.String getURL()
Specified by:
getURL in interface ProfileImage