private static final class GsonFactoryTest.SomeBean extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
aBoolean |
private int |
anInt |
private String |
aString |
Constructor and Description |
---|
SomeBean(boolean aBoolean,
int anInt,
String aString) |
Modifier and Type | Method and Description |
---|---|
int |
getAnInt() |
String |
getaString() |
boolean |
isaBoolean() |
public boolean isaBoolean()
public int getAnInt()
public String getaString()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.