com.baidubce.services.nat.model
Class ListNatResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.model.ListResponse
          extended by com.baidubce.services.nat.model.ListNatResponse
All Implemented Interfaces:
Serializable

public class ListNatResponse
extends ListResponse

The response for ListNatRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListNatResponse()
           
 
Method Summary
 List<Nat> getNats()
           
 void setNats(List<Nat> nats)
           
 
Methods inherited from class com.baidubce.model.ListResponse
getIsTruncated, getMarker, getMaxKeys, getNextMarker, setIsTruncated, setMarker, setMaxKeys, setNextMarker
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListNatResponse

public ListNatResponse()
Method Detail

getNats

public List<Nat> getNats()

setNats

public void setNats(List<Nat> nats)


Copyright © 2018. All rights reserved.