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