public class I18nMap extends Object
static class
I18nMap.Builder
I18nMap()
I18nMap(I18nMap.Builder builder)
String
getEn()
getJa()
getZh()
static I18nMap.Builder
newBuilder()
void
setEn(String en)
setJa(String ja)
setZh(String zh)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public I18nMap()
public I18nMap(I18nMap.Builder builder)
public static I18nMap.Builder newBuilder()
public String getZh()
public void setZh(String zh)
public String getEn()
public void setEn(String en)
public String getJa()
public void setJa(String ja)
Copyright © 2025. All rights reserved.