public class CreateAppRequest extends Object
| Constructor and Description |
|---|
CreateAppRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthorization()
使用AK/SK方式认证时必选,携带的鉴权信息。
|
AppReq |
getBody()
Get body
|
String |
getXProjectId()
使用AK/SK方式认证时必选,携带项目ID信息。
|
String |
getXSdkDate()
使用AK/SK方式认证时必选,请求的发生时间。
|
int |
hashCode() |
void |
setAuthorization(String authorization) |
void |
setBody(AppReq body) |
void |
setXProjectId(String xProjectId) |
void |
setXSdkDate(String xSdkDate) |
String |
toString() |
CreateAppRequest |
withAuthorization(String authorization) |
CreateAppRequest |
withBody(AppReq body) |
CreateAppRequest |
withBody(java.util.function.Consumer<AppReq> bodySetter) |
CreateAppRequest |
withXProjectId(String xProjectId) |
CreateAppRequest |
withXSdkDate(String xSdkDate) |
public CreateAppRequest withAuthorization(String authorization)
public String getAuthorization()
public void setAuthorization(String authorization)
public CreateAppRequest withXSdkDate(String xSdkDate)
public String getXSdkDate()
public void setXSdkDate(String xSdkDate)
public CreateAppRequest withXProjectId(String xProjectId)
public String getXProjectId()
public void setXProjectId(String xProjectId)
public CreateAppRequest withBody(AppReq body)
public CreateAppRequest withBody(java.util.function.Consumer<AppReq> bodySetter)
public AppReq getBody()
public void setBody(AppReq body)
Copyright © 2021. All rights reserved.