Class GetPayRollAuthResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.GetPayRollAuthResponse
-
public class GetPayRollAuthResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetPayRollAuthResponse()GetPayRollAuthResponse(GetPayRollAuthResponse 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthStatus()Get 授权状态: UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权StringgetAuthTime()Get 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。StringgetCancelAuthTime()Get 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。StringgetMerchantId()Get 微信服务商商户的商户号,由微信支付生成并下发StringgetOpenId()Get 用户在商户对应appid下的唯一标识StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetSubMerchantId()Get 微信服务商下特约商户的商户号,由微信支付生成并下发voidsetAuthStatus(String AuthStatus)Set 授权状态: UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权voidsetAuthTime(String AuthTime)Set 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。voidsetCancelAuthTime(String CancelAuthTime)Set 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。voidsetMerchantId(String MerchantId)Set 微信服务商商户的商户号,由微信支付生成并下发voidsetOpenId(String OpenId)Set 用户在商户对应appid下的唯一标识voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSubMerchantId(String SubMerchantId)Set 微信服务商下特约商户的商户号,由微信支付生成并下发voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetPayRollAuthResponse
public GetPayRollAuthResponse()
-
GetPayRollAuthResponse
public GetPayRollAuthResponse(GetPayRollAuthResponse 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
-
getAuthStatus
public String getAuthStatus()
Get 授权状态: UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权- Returns:
- AuthStatus 授权状态: UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权
-
setAuthStatus
public void setAuthStatus(String AuthStatus)
Set 授权状态: UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权- Parameters:
AuthStatus- 授权状态: UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权
-
getAuthTime
public String getAuthTime()
Get 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AuthTime 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。
-
setAuthTime
public void setAuthTime(String AuthTime)
Set 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AuthTime- 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。
-
getCancelAuthTime
public String getCancelAuthTime()
Get 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CancelAuthTime 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。
-
setCancelAuthTime
public void setCancelAuthTime(String CancelAuthTime)
Set 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CancelAuthTime- 授权时间,遵循[rfc3339](https://datatracker.ietf.org/doc/html/rfc3339)标准格式,格式为YYYY-MM-DDTHH:mm:ss.sss+TIMEZONE,空字符串等同null 注意:此字段可能返回 null,表示取不到有效值。
-
getMerchantId
public String getMerchantId()
Get 微信服务商商户的商户号,由微信支付生成并下发- Returns:
- MerchantId 微信服务商商户的商户号,由微信支付生成并下发
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 微信服务商商户的商户号,由微信支付生成并下发- Parameters:
MerchantId- 微信服务商商户的商户号,由微信支付生成并下发
-
getOpenId
public String getOpenId()
Get 用户在商户对应appid下的唯一标识- Returns:
- OpenId 用户在商户对应appid下的唯一标识
-
setOpenId
public void setOpenId(String OpenId)
Set 用户在商户对应appid下的唯一标识- Parameters:
OpenId- 用户在商户对应appid下的唯一标识
-
getSubMerchantId
public String getSubMerchantId()
Get 微信服务商下特约商户的商户号,由微信支付生成并下发- Returns:
- SubMerchantId 微信服务商下特约商户的商户号,由微信支付生成并下发
-
setSubMerchantId
public void setSubMerchantId(String SubMerchantId)
Set 微信服务商下特约商户的商户号,由微信支付生成并下发- Parameters:
SubMerchantId- 微信服务商下特约商户的商户号,由微信支付生成并下发
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-