com.baidubce.services.binaryparser
Class BinaryParserClient

java.lang.Object
  extended by com.baidubce.AbstractBceClient
      extended by com.baidubce.services.binaryparser.BinaryParserClient

public class BinaryParserClient
extends AbstractBceClient

Created by yuanyoujun on 2017/9/2.


Field Summary
 
Fields inherited from class com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
 
Constructor Summary
BinaryParserClient(BceClientConfiguration config)
           
BinaryParserClient(String accessKey, String secretKey)
           
 
Method Summary
 UuidResponse create(CreateBinaryParserRequest request)
           
 CommonResponse delete(String uuid)
           
 BinaryParser get(String uuid)
           
 ListBinaryParserResponse list(ListBinaryParserRequest request)
           
 CommonResponse update(UpdateBinaryParserRequest req, String uuid)
           
 
Methods inherited from class com.baidubce.AbstractBceClient
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryParserClient

public BinaryParserClient(BceClientConfiguration config)

BinaryParserClient

public BinaryParserClient(String accessKey,
                          String secretKey)
Method Detail

list

public ListBinaryParserResponse list(ListBinaryParserRequest request)

create

public UuidResponse create(CreateBinaryParserRequest request)

get

public BinaryParser get(String uuid)

update

public CommonResponse update(UpdateBinaryParserRequest req,
                             String uuid)

delete

public CommonResponse delete(String uuid)


Copyright © 2018. All rights reserved.