io.thestencil.site.RepoConfig$$accessor Maven / Gradle / Ivy
package io.thestencil.site;
public final class RepoConfig$$accessor {
private RepoConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_repoName(Object __instance) {
return ((RepoConfig)__instance).repoName;
}
@SuppressWarnings("unchecked")
public static void set_repoName(Object __instance, Object repoName) {
((RepoConfig)__instance).repoName = (String)repoName;
}
@SuppressWarnings("unchecked")
public static Object get_headName(Object __instance) {
return ((RepoConfig)__instance).headName;
}
@SuppressWarnings("unchecked")
public static void set_headName(Object __instance, Object headName) {
((RepoConfig)__instance).headName = (String)headName;
}
}