Class Book
- java.lang.Object
-
- org.mockserver.examples.proxy.model.Book
-
public class Book extends Object
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()intgetId()StringgetIsbn()StringgetPublicationDate()StringgetTitle()
-