blob: 63b55acd69521a9a3d0259ce6f1bf6f5329424b2 [file] [log] [blame]
public final class Person /* Person*/ {
@org.jetbrains.annotations.NotNull()
private final java.lang.String name;
private int age;
@org.jetbrains.annotations.NotNull()
public final Person copy(@org.jetbrains.annotations.NotNull() java.lang.String);// copy(java.lang.String)
@org.jetbrains.annotations.NotNull()
public final java.lang.String component1();// component1()
@org.jetbrains.annotations.NotNull()
public final java.lang.String getName();// getName()
@org.jetbrains.annotations.NotNull()
public java.lang.String toString();// toString()
public Person(@org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(java.lang.String)
public boolean equals(@org.jetbrains.annotations.Nullable() java.lang.Object);// equals(java.lang.Object)
public final int getAge();// getAge()
public final void setAge(int);// setAge(int)
public int hashCode();// hashCode()
}