public class MerchantSettingContext.Data extends Object
| コンストラクタと説明 |
|---|
Data() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getConnectionTimeout()
ダミーの接続タイムアウト値を取得する。
|
String |
getDummyRequest()
ダミーのダミーモードを取得する。
|
String |
getMerchantCcid()
ダミーのマーチャントCCIDを取得する。
|
String |
getMerchantSecretKey()
ダミーのマーチャント認証鍵を取得する。
|
String |
getReadTimeout()
ダミーの読み取りタイムアウト値を取得する。
|
String |
getTimeout()
ダミーのタイムアウト値を取得する。
|
void |
setConnectionTimeout(String connectionTimeout)
ダミーの接続タイムアウト値を設定する。
|
void |
setDummyRequest(String dummyRequest)
ダミーのダミーモードを設定する。
|
void |
setMerchantCcid(String merchantCcid)
ダミーのマーチャントCCIDを設定する。
|
void |
setMerchantSecretKey(String merchantSecretKey)
ダミーのマーチャント認証鍵を設定する。
|
void |
setReadTimeout(String readTimeout)
ダミーの読み取りタイムアウト値を設定する。
|
void |
setTimeout(String timeout)
ダミーのタイムアウト値を設定する。
|
public void setMerchantCcid(String merchantCcid)
merchantCcid - マーチャントCCIDpublic String getMerchantCcid()
public void setMerchantSecretKey(String merchantSecretKey)
merchantSecretKey - マーチャント認証鍵public String getMerchantSecretKey()
public void setTimeout(String timeout)
timeout - タイムアウト値public String getTimeout()
public void setConnectionTimeout(String connectionTimeout)
connectionTimeout - 接続タイムアウト値public String getConnectionTimeout()
public void setReadTimeout(String readTimeout)
readTimeout - 読み取りタイムアウト値public String getReadTimeout()
public void setDummyRequest(String dummyRequest)
dummyRequest - ダミーモードpublic String getDummyRequest()
Copyright © 2025. All rights reserved.