Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.Human
- java.lang.Object
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.Animal
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.Human
-
- Direct Known Subclasses:
AbstractJsonFactoryTest.HumanWithPets
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.Human extends AbstractJsonFactoryTest.Animal
-
-
Field Summary
Fields Modifier and Type Field Description AbstractJsonFactoryTest.Dog
bestFriend
-
Fields inherited from class com.google.api.client.test.json.AbstractJsonFactoryTest.Animal
name, numberOfLegs, type
-
-
Constructor Summary
Constructors Constructor Description Human()
-
-
-
Field Detail
-
bestFriend
public AbstractJsonFactoryTest.Dog bestFriend
-
-