Class CommonName

    • Constructor Detail

      • CommonName

        public CommonName()
      • CommonName

        public CommonName​(CommonName source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSubaccountUin

        public String getSubaccountUin()
        Get 子账户UIN
        Returns:
        SubaccountUin 子账户UIN
      • setSubaccountUin

        public void setSubaccountUin​(String SubaccountUin)
        Set 子账户UIN
        Parameters:
        SubaccountUin - 子账户UIN
      • getCN

        public String getCN()
        Get 子账户客户端证书中的CommonName字段
        Returns:
        CN 子账户客户端证书中的CommonName字段
      • setCN

        public void setCN​(String CN)
        Set 子账户客户端证书中的CommonName字段
        Parameters:
        CN - 子账户客户端证书中的CommonName字段