Class UpdateApiAppKeyRequest

    • Constructor Detail

      • UpdateApiAppKeyRequest

        public UpdateApiAppKeyRequest()
      • UpdateApiAppKeyRequest

        public UpdateApiAppKeyRequest​(UpdateApiAppKeyRequest 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

      • getApiAppId

        public String getApiAppId()
        Get 应用唯一 ID。
        Returns:
        ApiAppId 应用唯一 ID。
      • setApiAppId

        public void setApiAppId​(String ApiAppId)
        Set 应用唯一 ID。
        Parameters:
        ApiAppId - 应用唯一 ID。
      • getApiAppKey

        public String getApiAppKey()
        Get 应用的Key。
        Returns:
        ApiAppKey 应用的Key。
      • setApiAppKey

        public void setApiAppKey​(String ApiAppKey)
        Set 应用的Key。
        Parameters:
        ApiAppKey - 应用的Key。
      • getApiAppSecret

        public String getApiAppSecret()
        Get 应用的Secret。
        Returns:
        ApiAppSecret 应用的Secret。
      • setApiAppSecret

        public void setApiAppSecret​(String ApiAppSecret)
        Set 应用的Secret。
        Parameters:
        ApiAppSecret - 应用的Secret。