public class UpdateUrlAuthResponse extends SdkResponse
| Constructor and Description |
|---|
UpdateUrlAuthResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppId()
应用id
|
AppAuth |
getAuthentication()
Get authentication
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setAppId(String appId) |
void |
setAuthentication(AppAuth authentication) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
UpdateUrlAuthResponse |
withAppId(String appId) |
UpdateUrlAuthResponse |
withAuthentication(AppAuth authentication) |
UpdateUrlAuthResponse |
withAuthentication(java.util.function.Consumer<AppAuth> authenticationSetter) |
UpdateUrlAuthResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic UpdateUrlAuthResponse withAppId(String appId)
public String getAppId()
public void setAppId(String appId)
public UpdateUrlAuthResponse withAuthentication(AppAuth authentication)
public UpdateUrlAuthResponse withAuthentication(java.util.function.Consumer<AppAuth> authenticationSetter)
public AppAuth getAuthentication()
public void setAuthentication(AppAuth authentication)
public UpdateUrlAuthResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2021. All rights reserved.