public class CfcMetaData extends Object
| Constructor and Description |
|---|
CfcMetaData() |
CfcMetaData(CfcMetaData other) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBceLogResult()
Get the log of the CFC invoke calls.
|
String |
getBceRequestId()
Get the Bce request Id
|
long |
getContentLength()
Get the length of the request body.
|
String |
getContentType()
Get the MIME type of the body of the request.
|
String |
getDate()
Get the date of the Bce request.
|
String |
getServer()
Get the server provided by the Bce.
|
void |
setBceLogResult(String bceLogResult)
Set the log of the CFC invoke calls.
|
void |
setBceRequestId(String bceRequestId)
Set the Bce request Id
|
void |
setContentLength(long contentLength)
Set the length of the request body.
|
void |
setContentType(String contentType)
Set the MIME type of the body of the request.
|
void |
setDate(String date)
Set the date of the Bce request.
|
void |
setServer(String server)
Set the server provided by the Bce.
|
String |
toString() |
public CfcMetaData()
public CfcMetaData(CfcMetaData other)
public String getBceRequestId()
public void setBceRequestId(String bceRequestId)
bceRequestId - The Bce request Idpublic long getContentLength()
public void setContentLength(long contentLength)
contentLength - The length of the request body.public String getContentType()
public void setContentType(String contentType)
contentType - The MIME type of the body of the request.public String getDate()
public void setDate(String date)
date - The date of the Bce request.public String getServer()
public void setServer(String server)
server - The server provided by the Bce.public String getBceLogResult()
public void setBceLogResult(String bceLogResult)
bceLogResult - The log of the CFC invoke calls.Copyright © 2022. All rights reserved.