com.github.dockerjava.api.model
Class SearchItem

java.lang.Object
  extended by com.github.dockerjava.api.model.SearchItem

public class SearchItem
extends Object

Author:
Konstantin Pelykh ([email protected])

Constructor Summary
SearchItem()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 int getStarCount()
           
 boolean isOfficial()
           
 boolean isTrusted()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchItem

public SearchItem()
Method Detail

getStarCount

public int getStarCount()

isOfficial

public boolean isOfficial()

isTrusted

public boolean isTrusted()

getName

public String getName()

getDescription

public String getDescription()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.