程序包 | 说明 |
---|---|
com.tencent.cos.xml.model.tag.eventstreaming |
限定符和类型 | 方法和说明 |
---|---|
JSONInput |
InputSerialization.getJson()
Specifies JSON as object's input serialization format.
|
JSONInput |
JSONInput.withType(JSONType type)
The type of JSON.
|
JSONInput |
JSONInput.withType(java.lang.String type)
The type of JSON.
|
限定符和类型 | 方法和说明 |
---|---|
void |
InputSerialization.setJson(JSONInput json)
Specifies JSON as object's input serialization format.
|
InputSerialization |
InputSerialization.withJson(JSONInput json)
Specifies JSON as object's input serialization format.
|
构造器和说明 |
---|
InputSerialization(CompressionType compressionType,
JSONInput json) |
InputSerialization(java.lang.String compressionType,
JSONInput json) |