序列化表格
-
程序包 com.baidubce
-
类com.baidubce.BceClientException扩展RuntimeException实现可序列化
- serialVersionUID:
- -9085416005820812953L
-
类com.baidubce.BceResponseMetadata扩展Object实现可序列化
-
序列化字段
-
bceContentSha256
String bceContentSha256
-
bceRequestId
String bceRequestId
-
bucketType
String bucketType
-
contentDisposition
String contentDisposition
-
contentEncoding
String contentEncoding
-
contentLength
long contentLength
-
contentMd5
String contentMd5
-
contentRange
String contentRange
-
contentType
String contentType
-
date
Date date
-
eTag
String eTag
-
expires
Date expires
-
lastModified
Date lastModified
-
location
String location
-
server
String server
-
symlinkTarget
String symlinkTarget
-
transferEncoding
String transferEncoding
-
-
-
类com.baidubce.BceServiceException扩展BceClientException实现可序列化
- serialVersionUID:
- 1483785729559154396L
-
序列化字段
-
errorCode
String errorCode
The BCE error code represented by this exception. -
errorMessage
String errorMessage
The error message as returned by the service. -
errorType
BceServiceException.ErrorType errorType
Indicates (if known) whether this exception was the fault of the caller or the service. -
requestId
String requestId
The unique BCE identifier for the service request the caller made. The BCE request ID can uniquely identify the BCE request, and is used for reporting an error to BCE support team. -
statusCode
int statusCode
The HTTP status code that was returned with this error.
-
-
-
程序包 com.baidubce.common
-
程序包 com.baidubce.model
-
类com.baidubce.model.AbstractBceResponse扩展Object实现可序列化
-
序列化字段
-
metadata
BceResponseMetadata metadata
-
-
-
类com.baidubce.model.ListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
isTruncated
boolean isTruncated
Indicates if the listing is truncated, and additional requests need to be made to get more results. -
marker
String marker
The optional parameter marker specified in the original request to specify where in the results to begin listing. -
maxKeys
Integer maxKeys
The optional parameter in the original request to specifies the max number of list result to return . -
nextMarker
String nextMarker
If this listing is truncated, this is the next marker that should be used in the next request to get the next page of results.
-
-
-
-
程序包 com.baidubce.services.acl.model
-
程序包 com.baidubce.services.as.model.asgroup
-
类com.baidubce.services.as.model.asgroup.AdjustAsGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
taskId
String taskId
The id of adjust task.
-
-
-
类com.baidubce.services.as.model.asgroup.DecreaseAsGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
taskId
String taskId
The id of decrease task.
-
-
-
类com.baidubce.services.as.model.asgroup.GetAsGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
blbId
String blbId
-
createTime
String createTime
-
groupConfig
GroupConfig groupConfig
-
groupId
String groupId
-
groupName
String groupName
-
nodeNum
int nodeNum
-
rdsIds
String rdsIds
-
region
String region
-
scsIds
String scsIds
-
status
AsGroupStatus status
-
vpcInfo
VpcInfo vpcInfo
-
zoneInfo
List<ZoneInfo> zoneInfo
-
-
-
类com.baidubce.services.as.model.asgroup.GroupCreateResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.as.model.asgroup.IncreaseAsGroupResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.as.model.asgroup.ListAsGroupResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.as.model.asgroup.ListAsNodeResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.bacnet.model
-
类com.baidubce.services.bacnet.model.BacnetDevice扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Date createTime
-
description
String description
-
destTopics
String destTopics
-
instanceNumber
int instanceNumber
-
lastActiveTime
Date lastActiveTime
-
name
String name
-
revision
int revision
-
servicesSupported
String servicesSupported
-
typesSupported
String typesSupported
-
vendorId
int vendorId
-
vendorName
String vendorName
-
version
int version
-
-
-
类com.baidubce.services.bacnet.model.BacnetGateway扩展AbstractBceResponse实现可序列化
-
序列化字段
-
covIncrement
double covIncrement
-
createTime
Date createTime
-
description
String description
-
destTopics
String destTopics
-
id
long id
-
instanceNumber
int instanceNumber
-
ipOrInterface
String ipOrInterface
-
lastActiveTime
Date lastActiveTime
-
name
String name
-
objectDiscoverInterval
int objectDiscoverInterval
-
pollInterval
int pollInterval
-
pollIntervalCov
int pollIntervalCov
-
subscribeDuration
int subscribeDuration
-
subscribeType
String subscribeType
-
useSsl
boolean useSsl
-
whoIsInterval
int whoIsInterval
-
-
-
类com.baidubce.services.bacnet.model.BacnetGatewayCredential扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bacnet.model.BacnetObject扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bacnet.model.IdResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
long id
-
-
-
类com.baidubce.services.bacnet.model.ListBacnetDeviceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<BacnetDevice> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.bacnet.model.ListBacnetGatewayResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<BacnetGateway> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.bacnet.model.ListBacnetObjectResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<BacnetObject> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.bacnet.model.ListObjectPresentValueResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
points
List<BacnetObject> points
-
-
-
-
程序包 com.baidubce.services.batch.model
-
类com.baidubce.services.batch.model.CreateJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
The ID of newly created job.
-
-
-
类com.baidubce.services.batch.model.GetJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
job
Job job
-
-
-
类com.baidubce.services.batch.model.ListJobsResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.bbc.model.instance
-
类com.baidubce.services.bbc.model.instance.CreateBbcImageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
imageId
String imageId
The id of image which had been created
-
-
-
类com.baidubce.services.bbc.model.instance.CreateBbcInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bbc.model.instance.GetBbcFlavorRaidResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bbc.model.instance.GetBbcFlavorResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
cpuCount
int cpuCount
The cpu count -
cpuType
String cpuType
The type of CPU -
disk
String disk
The disk information -
flavorId
String flavorId
The id of flavor that belongs to bbc -
memoryCapacityInGB
int memoryCapacityInGB
The memory capacity -
networkCard
String networkCard
The network device information -
others
String others
The other information of the flavor
-
-
-
类com.baidubce.services.bbc.model.instance.GetBbcInstanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
The time when the instance was created -
desc
String desc
The description of the instance. -
expireTime
String expireTime
The time when the instance will be expired. If it's Postpaid, it will not have expired time. -
flavorId
String flavorId
The id of flavor which belongs to instance -
id
String id
The id of instance -
imageId
String imageId
The id which was used to build the instance. -
internalIp
String internalIp
The internal ip address for accessing. -
name
String name
The name of instance -
networkCapacityInMbps
int networkCapacityInMbps
The total bandwidth in Mbps for the instance. -
paymentTiming
String paymentTiming
The payment method of purchasing the instance, see more detail in BCE API doc -
publicIp
String publicIp
The public ip address for accessing. -
region
String region
The region where the instance based on -
status
String status
The working status of instance -
zone
String zone
The name of avaliable zone
-
-
-
类com.baidubce.services.bbc.model.instance.GetInstanceVpcResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
networkInfo
List<BbcNetworkModel> networkInfo
List of the vpc/subnet information
-
-
-
类com.baidubce.services.bbc.model.instance.ListBbcFlavorResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
flavors
List<FlavorModel> flavors
The return data of flavor list
-
-
-
类com.baidubce.services.bbc.model.instance.ListBbcInstancesResponse扩展ListResponse实现可序列化
-
序列化字段
-
instances
List<InstanceModel> instances
The list of bbc instance
-
-
-
类com.baidubce.services.bbc.model.instance.ListOperationLogResponse扩展ListResponse实现可序列化
-
序列化字段
-
operationLogs
List<OperationLogModel> operationLogs
The list of operation logs
-
-
-
-
程序包 com.baidubce.services.bcc.model.asp
-
类com.baidubce.services.bcc.model.asp.CreateAspResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
aspId
String aspId
The id of asp.
-
-
-
类com.baidubce.services.bcc.model.asp.GetAspResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
autoSnapshotPolicy
AutoSnapshotPolicyModel autoSnapshotPolicy
model of asp
-
-
-
类com.baidubce.services.bcc.model.asp.ListAspsResponse扩展ListResponse实现可序列化
-
序列化字段
-
autoSnapshotPolicys
List<AutoSnapshotPolicyModel> autoSnapshotPolicys
List of asps detail model.
-
-
-
-
程序包 com.baidubce.services.bcc.model.deployset
-
类com.baidubce.services.bcc.model.deployset.CreateDeploySetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcc.model.deployset.ListDeploySetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
deploySets
List<DeploySetInfo> deploySets
-
-
-
-
程序包 com.baidubce.services.bcc.model.flavor
-
类com.baidubce.services.bcc.model.flavor.ListBccBidFlavorResponse扩展ListResponse实现可序列化
-
序列化字段
-
zoneResources
List<ZoneResource> zoneResources
-
-
-
类com.baidubce.services.bcc.model.flavor.ListBccFlavorSpecResponse扩展ListResponse实现可序列化
-
序列化字段
-
zoneResources
List<ZoneResourceDetailSpec> zoneResources
-
-
-
-
程序包 com.baidubce.services.bcc.model.image
-
类com.baidubce.services.bcc.model.image.CreateImageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
imageId
String imageId
The id of image created.
-
-
-
类com.baidubce.services.bcc.model.image.GetImageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
image
ImageModel image
The image detail model.
-
-
-
类com.baidubce.services.bcc.model.image.ListImagesResponse扩展ListResponse实现可序列化
-
序列化字段
-
images
List<ImageModel> images
List of image detail model.
-
-
-
类com.baidubce.services.bcc.model.image.ListOsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcc.model.image.ListSharedUserResponse扩展ListResponse实现可序列化
-
序列化字段
-
users
List<SharedUserModel> users
List of sharedUser detail model.
-
-
-
-
程序包 com.baidubce.services.bcc.model.instance
-
类com.baidubce.services.bcc.model.instance.BccPriceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
price
List<SpecIdPrice> price
-
-
-
类com.baidubce.services.bcc.model.instance.CancelBidOrderResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
orderId
String orderId
The id of bidding order which is be canceled.
-
-
-
类com.baidubce.services.bcc.model.instance.ChangeToPrepaidResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
orderId
String orderId
The id of the order.
-
-
-
类com.baidubce.services.bcc.model.instance.CreateInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcc.model.instance.GetBidInstancePriceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcc.model.instance.GetInstanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instance
InstanceModel instance
An instance detail model contains all of the information of specific instance.
-
-
-
类com.baidubce.services.bcc.model.instance.GetInstanceVncResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
vncUrl
String vncUrl
The url for accessing the instance. The vnc url will be available in 10 min and can be used once time.
-
-
-
类com.baidubce.services.bcc.model.instance.ListInstanceSpecsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceTypes
List<InstanceTypeModel> instanceTypes
List of Specifications which will be used to purchasing new instance.
-
-
-
类com.baidubce.services.bcc.model.instance.ListInstancesResponse扩展ListResponse实现可序列化
-
序列化字段
-
instances
List<InstanceModel> instances
List of instance info
-
-
-
-
程序包 com.baidubce.services.bcc.model.keypair
-
类com.baidubce.services.bcc.model.keypair.KeypairCreateResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
keypair
KeypairModel keypair
The keypair been created.
-
-
-
类com.baidubce.services.bcc.model.keypair.KeypairListResponse扩展ListResponse实现可序列化
-
序列化字段
-
keypairs
List<KeypairModel> keypairs
The keypairs represent the list of keypair
-
-
-
类com.baidubce.services.bcc.model.keypair.KeypairResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
keypair
KeypairModel keypair
The keypair model
-
-
-
-
程序包 com.baidubce.services.bcc.model.securitygroup
-
类com.baidubce.services.bcc.model.securitygroup.CreateSecurityGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
securityGroupId
String securityGroupId
The id of securitygroup.
-
-
-
类com.baidubce.services.bcc.model.securitygroup.ListSecurityGroupsResponse扩展ListResponse实现可序列化
-
序列化字段
-
securityGroups
List<SecurityGroupModel> securityGroups
The list of SecurityGroup detail model.
-
-
-
-
程序包 com.baidubce.services.bcc.model.snapshot
-
类com.baidubce.services.bcc.model.snapshot.CreateSnapshotResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
snapshotId
String snapshotId
The id of snapshot.
-
-
-
类com.baidubce.services.bcc.model.snapshot.GetSnapshotResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
snapshot
SnapshotModel snapshot
The detail model of the snapshot.
-
-
-
类com.baidubce.services.bcc.model.snapshot.ListSnapchainResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
isTruncated
boolean isTruncated
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
snapchains
List<SnapchainModel> snapchains
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.bcc.model.snapshot.ListSnapshotsResponse扩展ListResponse实现可序列化
-
序列化字段
-
snapshots
List<SnapshotModel> snapshots
List of snapshot detail model
-
-
-
-
程序包 com.baidubce.services.bcc.model.volume
-
类com.baidubce.services.bcc.model.volume.AttachVolumeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
volumeAttachment
VolumeAttachmentModel volumeAttachment
The detail model which describe where the volume will attach to.
-
-
-
类com.baidubce.services.bcc.model.volume.CreateVolumeClusterResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcc.model.volume.CreateVolumeResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcc.model.volume.GetVolumeClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
affiliatedCDSNumber
List<String> affiliatedCDSNumber
-
availableCapacity
int availableCapacity
-
clusterId
String clusterId
The id of the cluster -
clusterName
String clusterName
The name of the cluster -
clusterType
String clusterType
-
createdTime
String createdTime
The time when the cluster was created. -
createdVolumeNum
int createdVolumeNum
-
enableAutoRenew
Boolean enableAutoRenew
-
expandingCapacity
int expandingCapacity
-
expiredTime
String expiredTime
The time when the cluster will be expired. -
logicalZone
String logicalZone
the name of available zone -
productType
String productType
The payment method of purchasing the volume, see more detail in BCE API doc -
renewTime
Integer renewTime
-
renewTimeUnit
String renewTimeUnit
-
status
String status
The status of the volume, see more detail on BCE API doc -
totalCapacity
int totalCapacity
-
usedCapacity
int usedCapacity
-
-
-
类com.baidubce.services.bcc.model.volume.GetVolumeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
volume
VolumeModel volume
The detail model of the volume.
-
-
-
类com.baidubce.services.bcc.model.volume.ListVolumeClustersResponse扩展ListResponse实现可序列化
-
序列化字段
-
result
List<VolumeClusterModel> result
List of volume detail model
-
-
-
类com.baidubce.services.bcc.model.volume.ListVolumesResponse扩展ListResponse实现可序列化
-
序列化字段
-
volumes
List<VolumeModel> volumes
List of volume detail model
-
-
-
-
程序包 com.baidubce.services.bcc.model.zone
-
程序包 com.baidubce.services.bcd.model
-
类com.baidubce.services.bcd.model.CheckOrderResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcd.model.DomainOrderResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bceOrderId
String bceOrderId
-
-
-
类com.baidubce.services.bcd.model.GetDomainAuditResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcd.model.GetDomainDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
addressChinese
String addressChinese
-
addressEnglish
String addressEnglish
-
areaCode
String areaCode
-
contactChinese
String contactChinese
-
contactEnglish
String contactEnglish
-
contactId
String contactId
-
countryCode
String countryCode
-
dns
List<String> dns
-
domain
String domain
-
email
String email
-
enableRecharge
Boolean enableRecharge
-
expireTime
Date expireTime
-
expireTimestamp
long expireTimestamp
-
mobilePhone
String mobilePhone
-
namingStatus
String namingStatus
-
noRechargeReason
String noRechargeReason
-
ownerChinese
String ownerChinese
-
ownerEnglish
String ownerEnglish
-
phoneNumber
String phoneNumber
-
postalCode
String postalCode
-
privacy
Boolean privacy
-
region
Region region
-
registerTime
Timestamp registerTime
-
status
String status
-
supportPrivacy
Boolean supportPrivacy
-
userType
String userType
-
verifyStatus
String verifyStatus
-
-
-
类com.baidubce.services.bcd.model.GetDomainPriceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcd.model.GetTemplateInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
addressChinese
String addressChinese
Chinses address -
addressEnglish
String addressEnglish
English address -
areaCode
String areaCode
the area code represent the place -
auditDetails
List<String> auditDetails
-
auditFile
String auditFile
the audit file -
auditStartTime
Date auditStartTime
the start time of domain audit -
auditStatus
String auditStatus
the contact template's audit status -
complete
Boolean complete
represent the contact template is complete or incomplete. -
contactChinese
String contactChinese
the Chinese contact name -
contactEnglish
String contactEnglish
the Chinese contact's English name -
countryCode
String countryCode
the country code,such as the code of China is 086 -
email
String email
the email -
mobilePhone
String mobilePhone
the mobile phone number -
ownerChinese
String ownerChinese
the Chinese owner name -
ownerCode
String ownerCode
the card number of the contact template owner -
ownerEnglish
String ownerEnglish
the Chinese owner's English name -
phoneNumber
String phoneNumber
the phone number -
postalCode
String postalCode
the post code -
region
Region region
-
remark
String remark
-
templateId
String templateId
the contact template's templateId -
userType
String userType
the user type such as INDIVIDUAL or ENTERPRISE
-
-
-
类com.baidubce.services.bcd.model.ListDomainResolveResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<DomainRecord> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.bcd.model.ListTemplateInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<GetTemplateInfoResponse> result
the detail infos -
totalCount
int totalCount
the total result count num about the contact template infos.
-
-
-
类com.baidubce.services.bcd.model.ModifyTemplateInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
templateId
String templateId
the result templateId when add or update a domain resolve record.
-
-
-
类com.baidubce.services.bcd.model.RegisterDomainResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcd.model.RenewDomainResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcd.model.SearchDomainResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
domainBasicInfoList
List<DomainStatusResult> domainBasicInfoList
-
-
-
-
程序包 com.baidubce.services.bci.model.instance
-
类com.baidubce.services.bci.model.instance.CreateInstanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceId
String instanceId
The id of instance
-
-
-
类com.baidubce.services.bci.model.instance.DeleteInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bci.model.instance.GetInstanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instance
InstanceDetailModel instance
The instance of bci
-
-
-
类com.baidubce.services.bci.model.instance.ListInstancesResponse扩展ListResponse实现可序列化
-
序列化字段
-
result
List<InstanceModel> result
The list of instance
-
-
-
-
程序包 com.baidubce.services.bcm.model
-
类com.baidubce.services.bcm.model.ListMetricDataResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
code
String code
-
errorList
List<ErrorMetricData> errorList
-
message
String message
-
requestId
String requestId
-
successList
List<SuccessMetricData> successList
-
-
-
类com.baidubce.services.bcm.model.MetricDataResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bcm.model.PushMetricDataResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.bec.model.blb
-
类com.baidubce.services.bec.model.blb.CreateBecBlbBindingResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.CreateBecBlbMonitorPortResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.CreateBecBlbResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.DeleteBecBlbBindPodResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.DeleteBecBlbMonitorPortResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.DeleteBecBlbResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.GetBecBlbBackendBindingStsListResponse扩展LogicPageResultResponse<LbDeployPo>实现可序列化
-
类com.baidubce.services.bec.model.blb.GetBecBlbBackendPodListResponse扩展LogicPageResultResponse<BlbBackendPodBriefVo>实现可序列化
-
类com.baidubce.services.bec.model.blb.GetBecBlbBindingPodListWithStsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bec.model.blb.GetBecBlbInstanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidthInMbpsLimit
int bandwidthInMbpsLimit
Load balancing maximum bandwidth limit. -
blbId
String blbId
the id of the blb. -
blbName
String blbName
The name of the blb. -
city
String city
The city of the blb. -
cmPublicIP
String cmPublicIP
China mobile public ip. -
createTime
String createTime
Creation time. -
ctPublicIP
String ctPublicIP
China telecom public ip. -
internalIp
String internalIp
Internal ip. -
lbType
String lbType
Load balance type. -
podCount
int podCount
The number of backend servers bound to load balancing. -
ports
List<Listeners> ports
Load balancing port. -
publicIp
String publicIp
Public ip. -
region
String region
The region of the blb. -
serviceProvider
String serviceProvider
The service provider of the blb. -
status
String status
The status of the blb. -
unPublicIP
String unPublicIP
China unicom public ip.
-
-
-
类com.baidubce.services.bec.model.blb.GetBecBlbMonitorPortDetailsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
backendPort
int backendPort
Backend port. -
frontendPort
Port frontendPort
Load balancing port. -
healthCheck
HealthCheck healthCheck
Health check settings. -
lbMode
String lbMode
Forwarding rules.
-
-
-
类com.baidubce.services.bec.model.blb.GetBecBlbMonitorPortListResponse扩展LogicPageResultResponse<Listeners>实现可序列化
-
类com.baidubce.services.bec.model.blb.GetBecBlbResourceMetricsResponse扩展MetricsVo实现可序列化
-
类com.baidubce.services.bec.model.blb.GetBecBlbsResponse扩展LogicPageResultResponse<BlbInstanceVo>实现可序列化
-
类com.baidubce.services.bec.model.blb.UpdateBecBlbBindPodWeightResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.UpdateBecBlbMonitorPortResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.blb.UpdateBecBlbResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
-
程序包 com.baidubce.services.bec.model.overview
-
类com.baidubce.services.bec.model.overview.GetBecContainerMetricsResponse扩展MetricsVo实现可序列化
-
类com.baidubce.services.bec.model.overview.GetBecContainerSummaryResponse扩展ResourceUsageVo实现可序列化
-
类com.baidubce.services.bec.model.overview.GetBecResourceSummaryResponse扩展ResourceOverviewVo实现可序列化
-
类com.baidubce.services.bec.model.overview.GetBecVmMetricsResponse扩展MetricsVo实现可序列化
-
类com.baidubce.services.bec.model.overview.GetBecVmNodeLevelMetricsResponse扩展MetricsVo实现可序列化
-
类com.baidubce.services.bec.model.overview.GetBecVMSummaryResponse扩展ResourceUsageVo实现可序列化
-
-
程序包 com.baidubce.services.bec.model.resource
-
程序包 com.baidubce.services.bec.model.vm
-
类com.baidubce.services.bec.model.vm.LogicPageResultResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
order
String order
The order info, eg asc, desc. -
orderBy
String orderBy
The order by info. -
orders
List<LogicPageResultResponse.OrderModel> orders
The order list. -
pageNo
int pageNo
page number -
pageSize
int pageSize
Page size. -
result
List<T> result
Paged api list, for brief info. -
totalCount
int totalCount
Total number of results.
-
-
-
-
程序包 com.baidubce.services.bec.model.vm.instance
-
类com.baidubce.services.bec.model.vm.instance.DeleteBecVmInstanceResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.GetBecNodeVmInstanceListResponse扩展BecResultVo<List<VmInstanceBriefVo>>实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.GetBecVirtualMachineResponse扩展VmInstanceDetailsVo实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.GetBecVmConfigResponse扩展VmConfigVo实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.GetBecVmInstanceListResponse扩展LogicPageResultResponse<VmInstanceBriefVo>实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.GetBecVmInstanceMetricsResponse扩展MetricsVo实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.OperateBecVmDeploymentResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.ReinstallBecVmInstanceResponse扩展ActionInfoVo实现可序列化
-
类com.baidubce.services.bec.model.vm.instance.UpdateBecVmDeploymentResponse扩展ActionInfoVo<VmInstanceBriefVo>实现可序列化
-
-
程序包 com.baidubce.services.bec.model.vm.service
-
类com.baidubce.services.bec.model.vm.service.BecVmServiceActionResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.vm.service.CreateBecVmServiceResponse扩展ActionInfoVo<VmServiceBriefVo>实现可序列化
-
类com.baidubce.services.bec.model.vm.service.DelBecVmServiceResponse扩展ActionInfoVo<Map<String,String>>实现可序列化
-
类com.baidubce.services.bec.model.vm.service.GetBecVmServiceMetricsResponse扩展MetricsVo实现可序列化
-
类com.baidubce.services.bec.model.vm.service.GetBecVmServiceResponse扩展VmServiceDetailsVo实现可序列化
-
类com.baidubce.services.bec.model.vm.service.GetBecVmServicesResponse扩展LogicPageResultResponse<VmServiceBriefVo>实现可序列化
-
类com.baidubce.services.bec.model.vm.service.UpdateBecVmServiceResponse扩展ActionInfoVo<VmServiceBriefVo>实现可序列化
-
-
程序包 com.baidubce.services.bec.model.vm.template
-
类com.baidubce.services.bec.model.vm.template.CreateBecVmTemplateResponse扩展ActionInfoVo<String>实现可序列化
-
类com.baidubce.services.bec.model.vm.template.GetBecVmTemplateListResponse扩展LogicPageResultResponse<VmTemplateVo>实现可序列化
-
类com.baidubce.services.bec.model.vm.template.GetBecVmTemplateResponse扩展BecResultVo<VmTemplateVo>实现可序列化
-
-
程序包 com.baidubce.services.bec.model.vo
-
类com.baidubce.services.bec.model.vo.ActionInfoVo扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bec.model.vo.BecResultVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
T result
Return result. -
success
boolean success
Whether the operation was successful.
-
-
-
类com.baidubce.services.bec.model.vo.MetricsVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
avgValue
BigDecimal avgValue
Average value. -
maxValue
BigDecimal maxValue
Max value. -
metrics
List<MetricsVo.Metric> metrics
The list of the BEC metrics. -
totalValue
BigDecimal totalValue
Total value.
-
-
-
类com.baidubce.services.bec.model.vo.ResourceOverviewVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
notReady
int notReady
The number of nodes that are not online. -
notReadyNodes
NodeInfoVo notReadyNodes
Summary of node information that is not online. -
ready
int ready
The number of online nodes. -
readyNodes
NodeInfoVo readyNodes
Summary of online node information. -
resourceUsage
ResourceUsageInISP resourceUsage
Summary of user resource usage. -
used
int used
The number of nodes purchased. -
usedNodes
NodeInfoVo usedNodes
The user has purchased the node summary.
-
-
-
类com.baidubce.services.bec.model.vo.ResourceUsageVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidth
long bandwidth
Summary of current bandwidth usage. -
cpu
int cpu
Summary of current cpu usage. -
deploymentCount
ResourceCount deploymentCount
Summary of deployment overview quantity. -
gpu
int gpu
Summary of current gpu usage. -
instanceCount
ResourceCount instanceCount
Summary of the number of pod overviews. -
memory
int memory
Summary of current memory usage. -
serviceCount
ResourceCount serviceCount
Service overview quantity summary.
-
-
-
类com.baidubce.services.bec.model.vo.VmConfigVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidth
String bandwidth
The bandwidth of the virtual machine instance. -
city
String city
The city of the virtual machine instance. -
cpu
int cpu
The number of CPUs of the virtual machine instance. -
dataVolumeList
List<VolumeConfig> dataVolumeList
Data disk configuration list. -
mem
int mem
The memory of the virtual machine instance. -
needPublicIp
boolean needPublicIp
The need for public IP. -
osImage
ImageDetail osImage
System image details. -
region
String region
The region of the virtual machine instance. -
serviceProvider
String serviceProvider
The serviceProvider of the virtual machine instance. -
systemVolume
SystemVolumeConfig systemVolume
System disk configuration information.
-
-
-
类com.baidubce.services.bec.model.vo.VmInstanceBriefVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidth
String bandwidth
The bandwidth of the virtual machine instance. -
city
String city
The city of the virtual machine instance. -
cpu
int cpu
The number of CPUs of the virtual machine instance. -
createTime
String createTime
Creation time. -
hostname
String hostname
The hostname of the virtual machine instance. -
internalIp
String internalIp
Internal ip. -
mem
int mem
The memory of the virtual machine instance. -
multiplePublicIp
List<VmInstanceBriefVo.IpInfo> multiplePublicIp
Triple-line public ip. -
needIpv6PublicIp
boolean needIpv6PublicIp
The needIpv6PublicIp of the virtual machine instance. -
needPublicIp
boolean needPublicIp
The need for public IP. -
osImage
ImageDetail osImage
System image details. -
publicIp
String publicIp
Single-line public ip. -
region
String region
The region of the virtual machine instance. -
regionId
String regionId
The regionId of the virtual machine instance. -
serviceId
String serviceId
The id of the virtual machine service. -
serviceProvider
String serviceProvider
Service provider. -
spec
String spec
The spec of the virtual machine instance. -
status
String status
The status of the virtual machine instance. -
vmId
String vmId
The id of the virtual machine instance. -
vmName
String vmName
The name of the virtual machine instance. -
vpc
VpcVo vpc
The vpc of the virtual machine instance.
-
-
-
类com.baidubce.services.bec.model.vo.VmInstanceDetailsVo扩展VmInstanceBriefVo实现可序列化
-
序列化字段
-
dataStorage
int dataStorage
The number of data disks. -
deploysetList
List<DeploySetVo> deploysetList
The deploysetList of the virtual machine instance. -
rootDiskSize
int rootDiskSize
The number of system disks.
-
-
-
类com.baidubce.services.bec.model.vo.VmServiceBriefVo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
Creation time. -
deployInstances
List<DeploymentInstance> deployInstances
List of deployment instances. -
osImage
ImageDetail osImage
System image details. -
regions
int regions
Number of regions. -
runningInstances
int runningInstances
Number of running instances. -
serviceId
String serviceId
The id of the BEC virtual machine service. -
serviceName
String serviceName
The name of the BEC virtual machine service. -
status
String status
The status of the BEC virtual machine service. -
totalCpu
int totalCpu
Total number of cpu. -
totalDisk
int totalDisk
The total number of data disks. -
totalInstances
int totalInstances
The total number of instances. -
totalMem
int totalMem
Total number of memory. -
totalRootDisk
int totalRootDisk
The total number of system disks.
-
-
-
类com.baidubce.services.bec.model.vo.VmServiceDetailsVo扩展VmServiceBriefVo实现可序列化
-
序列化字段
-
bandwidth
String bandwidth
The bandwidth of the BEC virtual machine service.
-
-
-
-
程序包 com.baidubce.services.bes.model
-
类com.baidubce.services.bes.model.AbstractBesRequest扩展AbstractBceRequest实现可序列化
-
类com.baidubce.services.bes.model.BesCreateAutoRenewRuleRequest扩展AbstractBesRequest实现可序列化
-
类com.baidubce.services.bes.model.BesCreateAutoRenewRuleResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesCreateClusterRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
availableZone
String availableZone
-
billing
BesCreateClusterRequest.ClusterBilling billing
-
isOldPackage
boolean isOldPackage
-
modules
List<BesCreateClusterRequest.ModuleInfo> modules
-
name
String name
-
password
String password
-
securityGroupId
String securityGroupId
-
subnetUuid
String subnetUuid
-
version
String version
-
vpcId
String vpcId
-
-
-
类com.baidubce.services.bes.model.BesCreateClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
BesCreateClusterResponse.CreateResponse result
-
status
int status
-
success
Boolean success
-
-
-
类com.baidubce.services.bes.model.BesDeleteAutoRenewRuleRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
-
-
类com.baidubce.services.bes.model.BesDeleteAutoRenewRuleResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesDeleteClusterRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
-
-
类com.baidubce.services.bes.model.BesDeleteClusterResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesGetAutoRenewRuleListRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
serviceType
String serviceType
-
-
-
类com.baidubce.services.bes.model.BesGetAutoRenewRuleListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<BesGetAutoRenewRuleListResponse.AutoRenewRulesList> result
-
status
int status
-
success
Boolean success
-
-
-
类com.baidubce.services.bes.model.BesGetClusterDetailRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
-
-
类com.baidubce.services.bes.model.BesGetClusterDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
BesGetClusterDetailResponse.ClusterDetail result
-
status
int status
-
success
Boolean success
-
-
-
类com.baidubce.services.bes.model.BesGetClusterListRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
-
-
类com.baidubce.services.bes.model.BesGetClusterListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
page
BesGetClusterListResponse.ListPageResponse page
-
status
int status
-
success
Boolean success
-
-
-
类com.baidubce.services.bes.model.BesGetRenewListRequest扩展AbstractBesRequest实现可序列化
-
类com.baidubce.services.bes.model.BesGetRenewListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
page
BesGetRenewListResponse.Page page
-
status
int status
-
success
Boolean success
-
-
-
类com.baidubce.services.bes.model.BesRenewClusterRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
time
int time
-
-
-
类com.baidubce.services.bes.model.BesRenewClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
BesRenewClusterResponse.RenewClusterResponse result
-
status
int status
-
success
Boolean success
-
-
-
类com.baidubce.services.bes.model.BesResizeClusterRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
configs
List<BesConfigTuple> configs
-
modules
List<BesResizeClusterRequest.ModuleDesc> modules
-
name
String name
-
paymentType
String paymentType
-
region
String region
-
-
-
类com.baidubce.services.bes.model.BesStartClusterRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
-
-
类com.baidubce.services.bes.model.BesStartClusterResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesStartInstanceRequest扩展AbstractBesRequest实现可序列化
-
类com.baidubce.services.bes.model.BesStartInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesStopClusterRequest扩展AbstractBesRequest实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
-
-
类com.baidubce.services.bes.model.BesStopClusterResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesStopInstanceRequest扩展AbstractBesRequest实现可序列化
-
类com.baidubce.services.bes.model.BesStopInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bes.model.BesUpdateAutoRenewRuleRequest扩展AbstractBesRequest实现可序列化
-
类com.baidubce.services.bes.model.BesUpdateAutoRenewRuleResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.billing.model
-
类com.baidubce.services.billing.model.ResourceMonthBillResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
the account id -
beginTime
String beginTime
the begin time of bill, query by day -
billMonth
String billMonth
the month of bill -
bills
List<ResourceMonthInstanceBill> bills
resource month instance bill -
endTime
String endTime
the end time of bill, query by day -
loginName
String loginName
the login name of the account id -
ouName
String ouName
the unit name of the sub account -
pageNo
Integer pageNo
page number -
pageSize
Integer pageSize
page size -
subAccountId
String subAccountId
the sub account id -
subLoginName
String subLoginName
the login name of sub account id -
totalCount
Integer totalCount
the total count of the bills
-
-
-
-
程序包 com.baidubce.services.billing.model.bill
-
类com.baidubce.services.billing.model.bill.PrepayShareBillResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
the account id -
billMonth
String billMonth
the month of bill -
bills
List<PrepayShareBill> bills
resource month instance bill -
loginName
String loginName
the login name of the account id -
ouName
String ouName
the unit name of the sub account -
pageNo
Integer pageNo
page number -
pageSize
Integer pageSize
page size -
subAccountId
String subAccountId
the sub account id -
subLoginName
String subLoginName
the login name of sub account id -
totalCount
Integer totalCount
the total count of the bills
-
-
-
类com.baidubce.services.billing.model.bill.ProductMonthBillSummaryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
当前账户不是财务圈子账户时,返回当前账户accountId 是财务圈子账户时,返回当前账户主账户的accountId -
billBeginTime
String billBeginTime
账单查询起止时间 按月查询 -
billEndTime
String billEndTime
账单查询起止时间 -
data
ProductMonthBillItem data
产品项详情 -
loginName
String loginName
账户登录名,若查询子账户,则为主账户登录名 -
ouName
String ouName
当前账户不是财务圈子账户时,返回"/" 是财务圈子账户时,返回当前账户所在组织单元的单元名 -
subAccountId
String subAccountId
当前账户不是财务圈子账户时,返回"/" 是财务圈子账户时,返回当前账户的accountId -
subLoginName
String subLoginName
当前账户不是财务圈子账户时,返回"/" 是财务圈子账户时,返回当前账户的登录名
-
-
-
类com.baidubce.services.billing.model.bill.ResourceBillListQueryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
the account id -
beginTime
String beginTime
the begin time of bill, query by day -
billMonth
String billMonth
the month of bill -
bills
List<ResourceBill> bills
resource month instance bill -
endTime
String endTime
the end time of bill, query by day -
loginName
String loginName
the login name of the account id -
ouName
String ouName
the unit name of the sub account -
pageNo
Integer pageNo
page number -
pageSize
Integer pageSize
page size -
subAccountId
String subAccountId
the sub account id -
subLoginName
String subLoginName
the login name of sub account id -
totalCount
Integer totalCount
the total count of the bills
-
-
-
类com.baidubce.services.billing.model.bill.ShareBillResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
账户ID,若查询子账户,则为主账户ID -
billMonth
String billMonth
账单时间,YYYY-MM 按月查询 -
bills
List<ShareBill> bills
分摊账单 -
loginName
String loginName
账户登录名,若查询子账户,则为主账户登录名 -
ouName
String ouName
子账户所在组织单元名 -
pageNo
Integer pageNo
页码,默认值为1 -
pageSize
Integer pageSize
每页数量,默认值:20,最大值:100 -
subAccountId
String subAccountId
子账户ID -
subLoginName
String subLoginName
子账户登录名 -
totalCount
Integer totalCount
当前查询条件总数
-
-
-
-
程序包 com.baidubce.services.billing.model.finance
-
类com.baidubce.services.billing.model.finance.SupervisorBalanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<SupervisorBalance> result
-
-
-
类com.baidubce.services.billing.model.finance.SupervisorTransactionResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.billing.model.finance.TransferResultResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
success
boolean success
-
-
-
类com.baidubce.services.billing.model.finance.UserBalanceQueryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
cashBalance
BigDecimal cashBalance
-
-
-
-
程序包 com.baidubce.services.billing.model.order
-
类com.baidubce.services.billing.model.order.OrderCancelResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
success
Boolean success
Whether the order is cancelled successfully.
-
-
-
类com.baidubce.services.billing.model.order.OrderListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.billing.model.order.OrderPaymentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
success
Boolean success
Whether the order is payment successfully.
-
-
-
-
程序包 com.baidubce.services.billing.model.price
-
类com.baidubce.services.billing.model.price.PricingQueryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
catalogPrice
BigDecimal catalogPrice
the catalog price -
price
BigDecimal price
the actual price
-
-
-
-
程序包 com.baidubce.services.billing.model.renew
-
类com.baidubce.services.billing.model.renew.RenewResourceDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<RenewResourceDetail> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.billing.model.renew.RenewResourceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
the account id -
loginName
String loginName
the login name of the account id -
ouName
String ouName
the unit name of the sub account -
pageNo
Integer pageNo
page number -
pageSize
Integer pageSize
page size -
resources
List<RenewResource> resources
auto renew resource list -
subAccountId
String subAccountId
the sub account id -
subLoginName
String subLoginName
the login name of sub account id -
totalCount
Integer totalCount
the total count of the bills
-
-
-
-
程序包 com.baidubce.services.binaryparser.model
-
类com.baidubce.services.binaryparser.model.BinaryParser扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.binaryparser.model.ListBinaryParserResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<BinaryParser> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.binaryparser.model.NormalResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
message
String message
-
-
-
-
程序包 com.baidubce.services.blb.model
-
类com.baidubce.services.blb.model.AppBackendPolicyResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
healthCheck
String healthCheck
the protocol of health check. -
healthCheckDownRetry
Integer healthCheckDownRetry
down retry times of health check. -
healthCheckIntervalInSecond
Integer healthCheckIntervalInSecond
the interval (in second) of health check. -
healthCheckNormalStatus
String healthCheckNormalStatus
the normal status of health check. -
healthCheckPort
Integer healthCheckPort
the port of health check. -
healthCheckTimeoutInSecond
Integer healthCheckTimeoutInSecond
the timeout (in second) of health check. -
healthCheckUpRetry
Integer healthCheckUpRetry
up retry times of health check. -
healthCheckUrlPath
String healthCheckUrlPath
the uri of health check. -
id
String id
the short id of the AppIpGroupBackendPolicy. -
type
String type
the type of AppIpGroupBackendPolicy. -
udpHealthCheckString
String udpHealthCheckString
the string of udp health check.
-
-
-
类com.baidubce.services.blb.model.AppIgResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
backendPolicyList
List<AppBackendPolicyResponse> backendPolicyList
the backendPolicyList of AppIpGroup. -
desc
String desc
the description of AppIpGroup. -
id
String id
the short id of the AppIpGroup. -
name
String name
the name of AppIpGroup.
-
-
-
类com.baidubce.services.blb.model.AppSgPortResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
healthCheck
String healthCheck
the protocol of health check. -
healthCheckDownRetry
Integer healthCheckDownRetry
down retry times of health check. -
healthCheckIntervalInSecond
Integer healthCheckIntervalInSecond
the interval (in second) of health check. -
healthCheckNormalStatus
String healthCheckNormalStatus
the normal status of health check. -
healthCheckPort
Integer healthCheckPort
the port of health check. -
healthCheckTimeoutInSecond
Integer healthCheckTimeoutInSecond
the timeout (in second) of health check. -
healthCheckUpRetry
Integer healthCheckUpRetry
up retry times of health check. -
healthCheckUrlPath
String healthCheckUrlPath
the uri of health check. -
id
String id
the short id of the AppServerGroup. -
port
Integer port
the port of AppServerGroup. -
status
String status
the status of AppServerGroup. -
type
String type
the type of port. -
udpHealthCheckString
String udpHealthCheckString
the string of udp health check.
-
-
-
类com.baidubce.services.blb.model.AppSgResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.blb.model.CreateAppPolicyResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.blb.model.CreateBlbResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.blb.model.ListAppIgResponse扩展ListResponse实现可序列化
-
序列化字段
-
appIpGroupList
List<AppIgResponse> appIpGroupList
the appIpGroup info list.
-
-
-
类com.baidubce.services.blb.model.ListAppIpGroupMemberResponse扩展ListResponse实现可序列化
-
序列化字段
-
memberList
List<AppIpGroupMember> memberList
the member info list.
-
-
-
类com.baidubce.services.blb.model.ListAppPolicyResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.blb.model.ListAppRsResponse扩展ListResponse实现可序列化
-
序列化字段
-
backendServerList
List<AppBackendServer> backendServerList
the backendServer info list.
-
-
-
类com.baidubce.services.blb.model.ListAppSgResponse扩展ListResponse实现可序列化
-
序列化字段
-
appServerGroupList
List<AppSgResponse> appServerGroupList
the appServerGroup info list.
-
-
-
类com.baidubce.services.blb.model.ListBackendServerResponse扩展ListResponse实现可序列化
-
序列化字段
-
backendServerList
List<BackendServer> backendServerList
the backendServer info list.
-
-
-
类com.baidubce.services.blb.model.ListBackendServerStatusResponse扩展ListResponse实现可序列化
-
序列化字段
-
backendPort
int backendPort
the port of the backend. -
backendServerList
List<BackendServerStatus> backendServerList
the backendServer info list. -
listenerPort
int listenerPort
the port of the listener. -
type
String type
the type of the backendServer.
-
-
-
类com.baidubce.services.blb.model.ListBlbResponse扩展ListResponse实现可序列化
-
序列化字段
-
blbList
List<BlbInstance> blbList
the blb info list.
-
-
-
类com.baidubce.services.blb.model.ListListenerResponse扩展ListResponse实现可序列化
-
序列化字段
-
listenerList
List<T extends ListenerBase> listenerList
the listener info list.
-
-
-
-
程序包 com.baidubce.services.bmr.model
-
类com.baidubce.services.bmr.model.AddStepsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.AmbariResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
password
String password
-
-
-
类com.baidubce.services.bmr.model.CluseterDetailInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmEnabled
Boolean alarmEnabled
-
applications
List<Application> applications
-
autoTerminate
Boolean autoTerminate
-
availabilityZone
String availabilityZone
-
copyable
boolean copyable
-
executionPlanId
String executionPlanId
-
expired
boolean expired
-
hmsUrl
String hmsUrl
-
hueUrl
String hueUrl
-
id
String id
-
imageDescription
String imageDescription
-
imageType
String imageType
-
imageVersion
String imageVersion
-
instanceGroups
List<InstanceGroupConfig> instanceGroups
-
jupyterUrl
String jupyterUrl
-
logUri
String logUri
-
name
String name
-
orderId
String orderId
-
payType
String payType
-
reminder
Reminder reminder
-
safeModeEnabled
Boolean safeModeEnabled
-
scaleStatus
ScaleStatus scaleStatus
-
sendMessage
boolean sendMessage
-
serviceHaEnabled
Boolean serviceHaEnabled
-
source
String source
-
status
ClusterStatus status
-
subnet
SubnetInfo subnet
-
systemSecurityGroup
BmrSecurityGroupVo systemSecurityGroup
-
terminationProtected
Boolean terminationProtected
-
vpc
VpcInfo vpc
-
vpnEnabled
boolean vpnEnabled
-
yarnUrl
String yarnUrl
-
-
-
类com.baidubce.services.bmr.model.CreateClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterId
String clusterId
The ID of newly created cluster.
-
-
-
类com.baidubce.services.bmr.model.CreateTemplateResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
templateId
String templateId
-
-
-
类com.baidubce.services.bmr.model.EdpResultResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.GetClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
applications
List<Application> applications
-
autoTerminate
boolean autoTerminate
-
availabilityZone
String availabilityZone
-
enableAutoScale
boolean enableAutoScale
-
id
String id
-
imageType
String imageType
-
imageVersion
String imageVersion
-
instanceGroups
List<InstanceGroupSummary> instanceGroups
-
logUri
String logUri
-
name
String name
-
orderId
String orderId
-
payType
String payType
-
safeModeEnabled
boolean safeModeEnabled
-
securityGroupId
String securityGroupId
-
serviceHaEnabled
boolean serviceHaEnabled
-
status
ClusterStatus status
-
subnetId
String subnetId
-
vpcId
String vpcId
-
-
-
类com.baidubce.services.bmr.model.GetStepResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.ListClusterHostsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.ListClustersResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.ListHistorySchedulePlanResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
code
String code
-
historyModels
ScheduleHistoryModelsVo historyModels
-
msg
String msg
-
-
-
类com.baidubce.services.bmr.model.ListInstanceGroupsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceGroups
List<InstanceGroup> instanceGroups
-
-
-
类com.baidubce.services.bmr.model.ListInstancesResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.ListStepsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.NormalResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
success
Boolean success
-
-
-
类com.baidubce.services.bmr.model.ScheduleCreateResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.SchedulePlanDetailListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
listSchedulePlan
List<SchedulePlanSummaryModelVo> listSchedulePlan
-
pageNo
Integer pageNo
-
pageSize
Integer pageSize
-
-
-
类com.baidubce.services.bmr.model.SchedulePlanDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
code
String code
-
ctx
SchedulePlanModelVo ctx
-
msg
String msg
-
-
-
类com.baidubce.services.bmr.model.SchedulePlanSummaryResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.ScheduleResultResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bmr.model.TemplateClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
templateId
String templateId
-
-
-
类com.baidubce.services.bmr.model.TemplateIdResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
templateId
String templateId
-
-
-
类com.baidubce.services.bmr.model.TemplateInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
abandoned
boolean abandoned
-
alarmEnabled
Boolean alarmEnabled
-
applications
List<Application> applications
-
autoTerminate
Boolean autoTerminate
-
availabilityZone
String availabilityZone
-
creationDateTime
Date creationDateTime
-
id
String id
-
imageDescription
String imageDescription
-
imageType
String imageType
-
imageVersion
String imageVersion
-
instanceGroups
List<InstanceGroupConfig> instanceGroups
-
isCopyable
boolean isCopyable
-
logUri
String logUri
-
name
String name
-
payType
String payType
-
reminder
Reminder reminder
-
safeModeEnabled
Boolean safeModeEnabled
-
sendMessage
Boolean sendMessage
-
serviceHaEnabled
Boolean serviceHaEnabled
-
shared
boolean shared
-
steps
List<StepConfig> steps
-
subnet
SubnetInfo subnet
-
systemSecurityGroup
BmrSecurityGroupVo systemSecurityGroup
-
terminationProtected
Boolean terminationProtected
-
updateDateTime
Date updateDateTime
-
vpc
VpcInfo vpc
-
-
-
类com.baidubce.services.bmr.model.TemplateListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<ClusterTemplateSummaryVo> result
-
-
-
-
程序包 com.baidubce.services.bos.model
-
类com.baidubce.services.bos.model.BosResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bos.model.BosResponseMetadata扩展BceResponseMetadata实现可序列化
-
类com.baidubce.services.bos.model.BucketReplicationProgress扩展BosResponse实现可序列化
-
序列化字段
-
historyReplicationPercent
int historyReplicationPercent
The history replicate percent -
latestReplicationTime
long latestReplicationTime
The latest replication Time -
status
String status
The flags of enable bucket replications, Options is enabled or disabled;
-
-
-
类com.baidubce.services.bos.model.CompleteMultipartUploadResponse扩展BosResponse实现可序列化
-
序列化字段
-
bucketName
String bucketName
The name of the bucket containing the completed multipart upload. -
eTag
String eTag
The entity tag identifying the new object. An entity tag is an opaque string that changes if and only if an object's data changes. -
key
String key
The key by which the object is stored. -
location
String location
The URL identifying the new multipart object.
-
-
-
类com.baidubce.services.bos.model.CopyObjectResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.CopyObjectResponseWithExceptionInfo扩展CopyObjectResponse实现可序列化
-
类com.baidubce.services.bos.model.DeleteMultipleObjectsResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.FetchObjectResponse扩展BosResponse实现可序列化
-
序列化字段
-
code
String code
The code of this fetching that was created in the associated FetchObjectRequest. -
jobId
String jobId
The jobId of this fetching that was created in the associated FetchObjectRequest. -
message
String message
The message of this fetching that was created in the associated FetchObjectRequest. -
requestId
String requestId
The requestId of this fetching that was created in the associated FetchObjectRequest.
-
-
-
类com.baidubce.services.bos.model.GetBucketAclResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketCopyrightProtectionResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketCorsResponse扩展BosResponse实现可序列化
-
序列化字段
-
corsConfiguration
List<CorsConfiguration> corsConfiguration
corsConfiguration of GetBucketCorsResponse.
-
-
-
类com.baidubce.services.bos.model.GetBucketEncryptionResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketLifecycleResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketLocationResponse扩展BosResponse实现可序列化
-
序列化字段
-
locationConstraint
String locationConstraint
-
-
-
类com.baidubce.services.bos.model.GetBucketLoggingResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketMirroringResponse扩展BosResponse实现可序列化
-
序列化字段
-
bucketMirroringConfiguration
List<BucketMirroringConfiguration> bucketMirroringConfiguration
-
-
-
类com.baidubce.services.bos.model.GetBucketReplicationResponse扩展BosResponse实现可序列化
-
序列化字段
-
createTime
long createTime
The replication create time -
destination
Destination destination
The config of dest replication -
destRegion
String destRegion
The dest bucket region -
id
String id
The replication rule name -
replicateDeletes
String replicateDeletes
Whether enable sync delete -
replicateHistory
ReplicateHistory replicateHistory
The history replication -
resource
String[] resource
The replication prefix, it must start with bucketName -
status
String status
The status of replication
-
-
-
类com.baidubce.services.bos.model.GetBucketStaticWebsiteResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketStorageClassResponse扩展BosResponse实现可序列化
-
序列化字段
-
storageClass
String storageClass
The StorageClass is an identification that distinguish between infrequent access bos and standard bos.
-
-
-
类com.baidubce.services.bos.model.GetBucketTaggingResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetBucketTrashResponse扩展BosResponse实现可序列化
-
序列化字段
-
trashDir
String trashDir
-
-
-
类com.baidubce.services.bos.model.GetObjectAclResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.GetObjectMetadataResponse扩展BosResponse实现可序列化
-
序列化字段
-
objectMetadata
ObjectMetadata objectMetadata
-
-
-
类com.baidubce.services.bos.model.GetObjectResponse扩展BosResponse实现可序列化
-
序列化字段
-
object
BosObject object
-
-
-
类com.baidubce.services.bos.model.HeadBucketResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.InitiateMultipartUploadResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.ListBucketReplicationResponse扩展BosResponse实现可序列化
-
序列化字段
-
rules
List<com.baidubce.services.bos.model.ListBucketReplicationResponse.Rule> rules
The list of bucket replication
-
-
-
类com.baidubce.services.bos.model.ListBucketsResponse扩展BosResponse实现可序列化
-
序列化字段
-
buckets
List<BucketSummary> buckets
The list of buckets owned by a user. -
owner
User owner
The owner of this bucket.
-
-
-
类com.baidubce.services.bos.model.ListMultipartUploadsResponse扩展BosResponse实现可序列化
-
序列化字段
-
bucketName
String bucketName
The name of the bucket containing the listed multipart uploads, as specified in the original request. -
commonPrefixes
List<String> commonPrefixes
A list of the common prefixes included in this multipart upload listing - common prefixes will only be populated for requests that specified a delimiter, and indicate additional key prefixes that contain more multipart uploads that have not been included in this listing. -
delimiter
String delimiter
The optional delimiter specified in the original request to control how multipart uploads for keys with common prefixes are condensed. -
isTruncated
boolean isTruncated
Indicates if the listing is truncated, and additional requests need to be made to get more results. -
keyMarker
String keyMarker
The optional key marker specified in the original request to specify where in the results to begin listing multipart uploads. -
maxUploads
int maxUploads
The optional maximum number of uploads to be listed, as specified in the original request. -
multipartUploads
List<MultipartUploadSummary> multipartUploads
The list of multipart uploads. -
nextKeyMarker
String nextKeyMarker
If this listing is truncated, this is the next key marker that should be used in the next request to get the next page of results. -
prefix
String prefix
The optional prefix specified in the original request to limit the returned multipart uploads to those for keys that match this prefix.
-
-
-
类com.baidubce.services.bos.model.ListObjectsResponse扩展BosResponse实现可序列化
-
序列化字段
-
bucketName
String bucketName
The name of the Baidu Bos bucket containing the listed objects -
commonPrefixes
List<String> commonPrefixes
A list of the common prefixes included in this object listing - common prefixes will only be populated for requests that specified a delimiter. -
contents
List<BosObjectSummary> contents
A list of summary information describing the objects stored in the bucket. -
delimiter
String delimiter
The delimiter parameter originally specified by the caller when this object listing was returned -
isTruncated
boolean isTruncated
Indicates if this is a complete listing, or if the caller needs to make additional requests to Baidu Bos to see the full object listing for an Bos bucket -
marker
String marker
The marker parameter originally specified by the caller when this object listing was returned -
maxKeys
int maxKeys
The maxKeys parameter originally specified by the caller when this object listing was returned -
nextMarker
String nextMarker
The marker to use in order to request the next page of results - only populated if the isTruncated member indicates that this object listing is truncated -
prefix
String prefix
The prefix parameter originally specified by the caller when this object listing was returned
-
-
-
类com.baidubce.services.bos.model.ListPartsResponse扩展BosResponse实现可序列化
-
序列化字段
-
bucketName
String bucketName
The name of the bucket containing the listed parts, as specified in the original request. -
initiated
Date initiated
The initiated time of the associated multipart upload. -
isTruncated
boolean isTruncated
Indicates if the listing is truncated, and additional requests need to be made to get more results. -
key
String key
The key value specified in the original request used to identify which multipart upload contains the parts to list. -
maxParts
Integer maxParts
The optional max parts value specified in the original request to limit how many parts are listed. -
nextPartNumberMarker
int nextPartNumberMarker
If this listing is truncated, this is the part number marker that should be used in the next request to get the next page of results. -
owner
User owner
The user who owns the associated multipart upload. -
partNumberMarker
int partNumberMarker
The optional part number marker specified in the original request to specify where in the results to begin listing parts. -
parts
List<PartSummary> parts
The list of parts described in this part listing. -
storageClass
String storageClass
The storageClass is an identification that distinguish between low frequency storagey and normal strategy. -
uploadId
String uploadId
The upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
-
-
-
类com.baidubce.services.bos.model.RenameObjectResponse扩展BosResponse实现可序列化
-
类com.baidubce.services.bos.model.SelectObjectResponse扩展GetObjectResponse实现可序列化
-
序列化字段
-
messages
SelectObjectResponse.Messages messages
Message body of query result -
recordDelimiter
String recordDelimiter
user specified line break
-
-
-
类com.baidubce.services.bos.model.StateSummaryResponse扩展BosResponse实现可序列化
-
序列化字段
-
bucketName
String bucketName
The name of the bucket containing the listed parts, as specified in the original request. -
filesCount
long filesCount
The number of files begin with the prefix. -
objectsCount
long objectsCount
The number of all objects (including file and directory) begin with the prefix. -
prefix
String prefix
Optional parameter restricting the response to keys which begin with the specified prefix. equals to StatContentsRequest's -
totalSize
long totalSize
The size of all objects begin with the prefix.
-
-
-
类com.baidubce.services.bos.model.UploadPartCopyResponse扩展BosResponse实现可序列化
-
序列化字段
-
eTag
String eTag
The entity tag generated from the content of the upload part -
partNumber
int partNumber
The part number of the newly uploaded part
-
-
-
-
程序包 com.baidubce.services.bvw
-
程序包 com.baidubce.services.bvw.model.common
-
类com.baidubce.services.bvw.model.common.ListByPageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
Collection<T> data
The list page content. -
pageNo
int pageNo
The page number of list by page request. -
pageSize
int pageSize
The number of element in each page. -
totalCount
long totalCount
The total count.
-
-
-
-
程序包 com.baidubce.services.bvw.model.keyframe
-
类com.baidubce.services.bvw.model.keyframe.KeyFrameDescGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceId
String instanceId
workflowInstance's id -
mediaId
String mediaId
mediaId in videoWorks -
tasks
List<KeyFrameTaskVO> tasks
keyframe's detail
-
-
-
类com.baidubce.services.bvw.model.keyframe.KeyFrameUrlResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceId
String instanceId
workflow instance id in videoworks -
mediaId
String mediaId
mediaId in videoworks -
tasks
List<KeyFrameTaskVO> tasks
task list
-
-
-
-
程序包 com.baidubce.services.bvw.model.matlib
-
类com.baidubce.services.bvw.model.matlib.GetDraftResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.matlib.MaterialBaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.matlib.MaterialGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
audioKey
String audioKey
The bos key of audio result. -
bucket
String bucket
The bos bucket to storage media source and process result. -
createTime
String createTime
The create time of this material. -
duration
Double duration
The video or audio duration of media source. -
height
Integer height
The video of image height of media source. -
id
String id
The material id -
infoType
String infoType
The info type of material, only support ENTERTAINMENT now. -
key
String key
The bos key of media source. -
key360p
String key360p
The bos key of 360p result. -
key720p
String key720p
The bos key of 720p result. -
mediaType
String mediaType
The media type, contains video/audio/image. -
sourceType
String sourceType
The media source type, contains USER/SERVICE. -
sourceUrl
String sourceUrl
The media source url. -
sourceUrl360p
String sourceUrl360p
The 360p preview url of media source. -
status
String status
The statue of processing media source, contains PROCESSING/FAILED/FINISHED. -
subtitles
List<String> subtitles
The bos key of subtitle results. -
subtitleUrls
List<String> subtitleUrls
The subtitles preview urls of media source. -
thumbnailKeys
List<String> thumbnailKeys
The bos keys of thumbnail results. -
thumbnailList
List<String> thumbnailList
The thumbnails preview urls of media source. -
title
String title
The material title. -
updateTime
String updateTime
The update time of this material. -
userId
String userId
The user id -
width
Integer width
The video of image width of media source.
-
-
-
类com.baidubce.services.bvw.model.matlib.MaterialPresetGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bucket
String bucket
The bucket of material. -
config
String config
The config of material preset. -
createTime
String createTime
The create time of material preset. -
id
String id
The material preset id -
key
String key
The key of material. -
materialId
String materialId
The id of material. -
previewBucket
HashMap<String,String> previewBucket
The buckets of preview materials. -
previewKeys
HashMap<String,String> previewKeys
The keys of preview materials. -
previewMaterialIds
HashMap<String,String> previewMaterialIds
The ids of preview materials. -
previewUrls
HashMap<String,String> previewUrls
The signed urls of preview materials. -
sourceType
String sourceType
The source type. -
sourceUrl
String sourceUrl
The url of material. -
status
String status
The statue of processing media source, contains PROCESSING/FAILED/FINISHED. -
tag
String tag
The material preset tag. -
title
String title
The material preset title. -
type
String type
The material preset type. -
updateTime
String updateTime
The update time of material preset. -
userId
String userId
The user id
-
-
-
类com.baidubce.services.bvw.model.matlib.MaterialPresetSearchResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<MaterialPresetSearchResponse.PresetResponseWrapper> result
-
totalCount
long totalCount
-
-
-
类com.baidubce.services.bvw.model.matlib.MaterialPresetUploadResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
String id
The material preset id.
-
-
-
类com.baidubce.services.bvw.model.matlib.MaterialSearchResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<MaterialGetResponse> items
-
-
-
类com.baidubce.services.bvw.model.matlib.MatlibConfigBaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.matlib.MatlibConfigGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bucket
String bucket
The matlib storage bucket.
-
-
-
类com.baidubce.services.bvw.model.matlib.MatlibTaskGetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.matlib.MatlibTaskResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.matlib.MatlibUploadResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
materialId
String materialId
The material id.
-
-
-
类com.baidubce.services.bvw.model.matlib.Text2AudioResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<Text2AudioResponse.SingleText2AudioResponse> data
文字转语音的返回结果
-
-
-
类com.baidubce.services.bvw.model.matlib.VideoGenerationResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.bvw.model.media
-
类com.baidubce.services.bvw.model.media.MediaBaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.media.MediaGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Date createTime
The create time of media. -
description
String description
The media description. -
latestInstance
InstanceModel latestInstance
The latest media processing instance. -
mediaId
String mediaId
The media id. -
sourceBucket
String sourceBucket
The source bucket name. -
sourceKey
String sourceKey
The source key. -
status
MediaStatus status
The media status. -
title
String title
The media title.
-
-
-
类com.baidubce.services.bvw.model.media.MediaInstanceListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instances
List<MediaInstanceListResponse.MediaInstance> instances
The instance list.
-
-
-
类com.baidubce.services.bvw.model.media.MediaProcessResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.bvw.model.notification
-
类com.baidubce.services.bvw.model.notification.NotificationBaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.notification.NotificationGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Date createTime
The create time of notification. -
endpoint
String endpoint
The notification endpoint. -
name
String name
The notification name. -
notificationId
String notificationId
The notification id. -
status
NotificationStatus status
The notification status. -
updateTime
Date updateTime
The update time of notification.
-
-
-
类com.baidubce.services.bvw.model.notification.NotificationListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
notifications
List<NotificationModel> notifications
The notification list.
-
-
-
-
程序包 com.baidubce.services.bvw.model.videoedit
-
类com.baidubce.services.bvw.model.videoedit.VideoEditCreateResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
errmsg
String errmsg
error message -
errorno
int errorno
error number , 0 is OK -
ret
CreateRetModel ret
Create edit video's ret content
-
-
-
类com.baidubce.services.bvw.model.videoedit.VideoEditPollingResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
PollingDataModel data
Create edit video's data content -
errmsg
String errmsg
error message -
errorno
int errorno
error number , 0 is OK
-
-
-
-
程序包 com.baidubce.services.bvw.model.workflow
-
程序包 com.baidubce.services.bvw.model.workflow.instance
-
类com.baidubce.services.bvw.model.workflow.instance.InstanceBaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.bvw.model.workflow.instance.InstanceGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
errorMsg
String errorMsg
The instance running error msg. -
instanceId
String instanceId
The instance id. -
mediaId
String mediaId
The processing media id. -
sourceBucket
String sourceBucket
The media source bucket name. -
sourceKey
String sourceKey
The media source key. -
stages
Map<String,InstanceGetResponse.StageTask> stages
The stages in this instance. Structure:. -
status
RunnableStatus status
The instance status. -
workflowId
String workflowId
The using workflow id. -
workflowName
String workflowName
The using workflow name.
-
-
-
类com.baidubce.services.bvw.model.workflow.instance.InstanceGetTaskUrlsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
stageTaskUrls
List<InstanceGetTaskUrlsResponse.StageTaskUrl> stageTaskUrls
The task urls resource from a instance.
-
-
-
-
程序包 com.baidubce.services.bvw.model.workflow.task
-
类com.baidubce.services.bvw.model.workflow.task.TaskGetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceId
String instanceId
The instance id. -
name
String name
The stage name. -
param
TaskParamModel param
The stage task param. -
stageId
String stageId
The stage id. -
status
RunnableStatus status
The task running status. -
taskId
String taskId
The task id. -
type
StageType type
The stage type.
-
-
-
-
程序包 com.baidubce.services.cdn.model
-
类com.baidubce.services.cdn.model.CdnResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cdn.model.DescribeIpResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.DescribeIpsResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.GetCacheQuotaResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.GetPurgeStatusResponse扩展CdnResponse实现可序列化
-
序列化字段
-
details
List<PurgeStatus> details
-
isTruncated
boolean isTruncated
-
nextMarker
String nextMarker
-
-
-
类com.baidubce.services.cdn.model.ListDomainsResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.PrefetchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
id
String id
-
-
-
类com.baidubce.services.cdn.model.PurgeResponse扩展CdnResponse实现可序列化
-
序列化字段
-
id
String id
-
-
-
-
程序包 com.baidubce.services.cdn.model.cache
-
类com.baidubce.services.cdn.model.cache.GetCacheRecordsResponse扩展CdnResponse实现可序列化
-
序列化字段
-
details
List<RecordStatus> details
-
isTruncated
boolean isTruncated
-
nextMarker
String nextMarker
-
-
-
类com.baidubce.services.cdn.model.cache.GetPrefetchStatusResponse扩展CdnResponse实现可序列化
-
序列化字段
-
details
List<PrefetchStatus> details
-
isTruncated
boolean isTruncated
-
marker
String marker
-
nextMarker
String nextMarker
-
-
-
-
程序包 com.baidubce.services.cdn.model.certificate
-
类com.baidubce.services.cdn.model.certificate.GetDomainCertResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.certificate.GetHttpsDomainResponse扩展CdnResponse实现可序列化
-
序列化字段
-
count
long count
-
rows
List<HttpsDomain> rows
-
-
-
类com.baidubce.services.cdn.model.certificate.SetDomainCertResponse扩展CdnResponse实现可序列化
-
序列化字段
-
certId
String certId
-
-
-
-
程序包 com.baidubce.services.cdn.model.domain
-
类com.baidubce.services.cdn.model.domain.CheckDomainValidResponse扩展CdnResponse实现可序列化
-
序列化字段
-
isValid
boolean isValid
-
message
String message
-
-
-
类com.baidubce.services.cdn.model.domain.CommonResponse扩展CdnResponse实现可序列化
-
序列化字段
-
status
String status
-
-
-
类com.baidubce.services.cdn.model.domain.CopyDomainTaskResponse扩展CdnResponse实现可序列化
-
序列化字段
-
taskId
String taskId
-
-
-
类com.baidubce.services.cdn.model.domain.CopyDomainTaskStatusResponse扩展CommonResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.CreateDomainResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.DisableDomainResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.DomainConfigKeysResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.EnableDomainResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.GetDomainAccessLimitResponse扩展CdnResponse实现可序列化
-
序列化字段
-
accessLimit
AccessLimit accessLimit
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainCacheFullUrlResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.GetDomainCacheShareResponse扩展CdnResponse实现可序列化
-
序列化字段
-
cacheShare
CacheShare cacheShare
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainCacheTTLResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.GetDomainClientIpResponse扩展CdnResponse实现可序列化
-
序列化字段
-
clientIp
ClientIp clientIp
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainCompressResponse扩展CdnResponse实现可序列化
-
序列化字段
-
compress
CompressResponse compress
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainConfigResponse扩展CdnResponse实现可序列化
-
序列化字段
-
cacheTTL
List<CacheTTL> cacheTTL
-
cname
String cname
-
createTime
String createTime
-
defaultHost
String defaultHost
-
domain
String domain
-
followProtocol
Boolean followProtocol
-
form
String form
-
https
HttpsConfig https
-
isBan
Boolean isBan
-
lastModifyTime
String lastModifyTime
-
limitRate
Integer limitRate
-
origin
List<OriginPeer> origin
-
requestAuth
RequestAuth requestAuth
-
seoSwitch
SeoSwitch seoSwitch
-
status
String status
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainCorsResponse扩展CdnResponse实现可序列化
-
序列化字段
-
cors
Cors cors
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainErrorPageResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.GetDomainFileTrimResponse扩展CdnResponse实现可序列化
-
序列化字段
-
fileTrim
boolean fileTrim
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainHSTSResponse扩展CdnResponse实现可序列化
-
序列化字段
-
HSTS
Hsts HSTS
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainHttpHeaderResponse扩展CdnResponse实现可序列化
-
序列化字段
-
httpHeader
List<HttpHeader> httpHeader
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainIpACLResponse扩展CdnResponse实现可序列化
-
序列化字段
-
ipACL
IpACL ipACL
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainIPv6DispatchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
ipv6Dispatch
Enable ipv6Dispatch
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainLimitBandwidthResponse扩展CdnResponse实现可序列化
-
序列化字段
-
limitBandwidth
LimitBandwidth limitBandwidth
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainLogResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.GetDomainMediaDragResponse扩展CdnResponse实现可序列化
-
序列化字段
-
mediaDragConf
MediaDragConf mediaDragConf
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainMobileAccessResponse扩展CdnResponse实现可序列化
-
序列化字段
-
mobileAccess
MobileAccess mobileAccess
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOCSPResponse扩展CdnResponse实现可序列化
-
序列化字段
-
ocspSwitchx
boolean ocspSwitchx
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOCSPSwitchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
ocsp
boolean ocsp
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOfflineModeSwitchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
OfflineMode
boolean OfflineMode
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOriginFixedIspResponse扩展CdnResponse实现可序列化
-
序列化字段
-
originFixedISP
Boolean originFixedISP
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOriginProtocolResponse扩展CdnResponse实现可序列化
-
序列化字段
-
originProtocol
OriginProtocol originProtocol
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOriginResponse扩展CdnResponse实现可序列化
-
序列化字段
-
defaultHost
String defaultHost
-
follow302
Boolean follow302
-
origin
List<OriginPeer> origin
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainOriginTimeoutResponse扩展CdnResponse实现可序列化
-
序列化字段
-
originTimeout
OriginTimeout originTimeout
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainQUICSwitchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
quic
boolean quic
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainRangeSwitchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
rangeSwitch
String rangeSwitch
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainRefererACLResponse扩展CdnResponse实现可序列化
-
序列化字段
-
refererACL
RefererACL refererACL
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainRetryOriginResponse扩展CdnResponse实现可序列化
-
序列化字段
-
retryOrigin
RetryOrigin retryOrigin
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainSeoSwitchResponse扩展CdnResponse实现可序列化
-
序列化字段
-
seoSwitch
SeoSwitch seoSwitch
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainTrafficLimitResponse扩展CdnResponse实现可序列化
-
序列化字段
-
trafficLimit
TrafficLimit trafficLimit
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainUaAclResponse扩展CdnResponse实现可序列化
-
序列化字段
-
uaAcl
UaAcl uaAcl
-
-
-
类com.baidubce.services.cdn.model.domain.GetDomainUrlRulesResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.domain.GetIcpResponse扩展CdnResponse实现可序列化
-
序列化字段
-
icpStatus
String icpStatus
-
-
-
类com.baidubce.services.cdn.model.domain.GetUserDomainResponse扩展CdnResponse实现可序列化
-
序列化字段
-
domains
List<UserDomain> domains
-
-
-
-
程序包 com.baidubce.services.cdn.model.dsa
-
程序包 com.baidubce.services.cdn.model.logmodel
-
程序包 com.baidubce.services.cdn.model.stat
-
类com.baidubce.services.cdn.model.stat.GetErrorCodeStatResponse扩展CdnResponse实现可序列化
-
序列化字段
-
count
Long count
-
details
List<ErrorCodeStatDetail> details
-
status
String status
正常返回的时候为"ok"
-
-
-
类com.baidubce.services.cdn.model.stat.GetIpv6RegionStatResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.stat.GetIpv6StatResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.stat.GetMetricStatResponse扩展CdnResponse实现可序列化
-
序列化字段
-
count
Long count
-
details
List<StatDetail> details
-
status
String status
正常返回的时候为"ok"
-
-
-
类com.baidubce.services.cdn.model.stat.GetMonth95Response扩展CdnResponse实现可序列化
-
序列化字段
-
billingDetails
BillingDetail billingDetails
-
-
-
类com.baidubce.services.cdn.model.stat.GetPackageUsageListResponse扩展CdnResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
最大支持3000 -
result
List<PackageDetail> result
-
totalCount
long totalCount
-
-
-
类com.baidubce.services.cdn.model.stat.GetStatMetricResponse扩展CdnResponse实现可序列化
- serialVersionUID:
- 1L
-
类com.baidubce.services.cdn.model.stat.GetTopStatResponse扩展CdnResponse实现可序列化
-
序列化字段
-
count
Long count
-
details
List<TopStatDetail> details
-
status
String status
正常返回的时候为"ok"
-
-
-
类com.baidubce.services.cdn.model.stat.GetUploadStatResponse扩展CdnResponse实现可序列化
-
序列化字段
-
count
Long count
-
details
List<UploadDetail> details
-
-
-
类com.baidubce.services.cdn.model.stat.GetXcdnStatMetricResponse扩展CdnResponse实现可序列化
-
-
程序包 com.baidubce.services.cdn.model.util
-
类com.baidubce.services.cdn.model.util.GetForbiddenOperateHistoriesResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.util.GetForbiddenQuota扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.util.GetForbiddenUrlsResponse扩展CdnResponse实现可序列化
-
类com.baidubce.services.cdn.model.util.GetNodeListResponse扩展CdnResponse实现可序列化
-
序列化字段
-
details
List<NodeDetail> details
-
status
int status
-
-
-
类com.baidubce.services.cdn.model.util.TestListInterface扩展ArrayList实现可序列化
-
-
程序包 com.baidubce.services.cert.model
-
类com.baidubce.services.cert.model.CertCreateResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cert.model.CertificateMeta扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cert.model.CertListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
certs
List<CertificateMeta> certs
-
-
-
类com.baidubce.services.cert.model.CertResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.cfc.model
-
类com.baidubce.services.cfc.model.AliasConfigurationResponse扩展CfcResponse实现可序列化
-
序列化字段
-
AliasArn
String AliasArn
Compatible with AWS Lambda amazon resource name. Same as AliasBrn -
AliasBrn
String AliasBrn
The baidu resource name for alias -
CreatedAt
String CreatedAt
Represent the alias create time. ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD) -
Description
String Description
A short description of the alias. Length limited 0-256 characters. -
FunctionName
String FunctionName
The name of the function, consisting of a number, a letter, - or _. Length limited to 64 characters -
FunctionVersion
String FunctionVersion
The version of the function.$LATEST means the latest, otherwise it consists of numbers and length limited 1-32 characters -
Name
String Name
The name of the alias -
Uid
String Uid
User ID (consists of numbers, letters and _), length limited 128 characters -
UpdatedAt
String UpdatedAt
The alias latest update time. ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD)
-
-
-
类com.baidubce.services.cfc.model.CfcResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cfc.model.CreateAliasResponse扩展AliasConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.CreateFunctionResponse扩展FunctionConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.CreateTriggerResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Relation
Relation Relation
Trigger relation
-
-
-
类com.baidubce.services.cfc.model.DeleteAliasResponse扩展CfcResponse实现可序列化
-
类com.baidubce.services.cfc.model.DeleteFunctionResponse扩展CfcResponse实现可序列化
-
类com.baidubce.services.cfc.model.DeleteTriggerResponse扩展CfcResponse实现可序列化
-
类com.baidubce.services.cfc.model.FunctionConfigurationResponse扩展CfcResponse实现可序列化
-
序列化字段
-
CodeSha256
String CodeSha256
SHA256 hash of function code package -
CodeSize
Integer CodeSize
The size of the function package, in bytes -
CommitId
String CommitId
CommitId -
Description
String Description
Function description, short description 0-256 characters -
Environment
Environment Environment
Environment -
FunctionArn
String FunctionArn
Compatible with AWS Lambda with FunctionBrn -
FunctionBrn
String FunctionBrn
The unique resource identifier of the function, 1-170 characters -
FunctionName
String FunctionName
Function name, consisting of numbers, letters, - or _, limited to 64 characters in length -
Handler
String Handler
The entry function of the CFC call, for the module is module-name.export eg. index.handler maximum length is 128 characters -
LastModified
String LastModified
Compatible with AWS Lambda with UpdatedAt -
LogBosDir
String LogBosDir
the Bucket location of the log -
LogType
String LogType
Log type bos(baidu object store) / none -
MemorySize
Integer MemorySize
Memory size, in megabytes, used by CFC to infer the amount of CPU and memory allocated to user functions. Default 128MB,Must be a multiple of 128MB (now CFC provides 128 to 1024M of memory). -
Region
String Region
Regional, currently there are bj (Beijing), su (Suzhou), gz (Guangzhou) -
Role
String Role
Function execution role -
Runtime
String Runtime
Runtime nodejs6.11、nodejs8.5、python2、java8 -
Timeout
Integer Timeout
Timeout, 1-300, maximum 300 -
Uid
String Uid
User ID (consisting of numbers, letters, underscores), length limited to 128 characters -
UpdatedAt
String UpdatedAt
The latest update time of the function, ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD) -
Version
String Version
Version, $LATEST means the latest, otherwise it consists of numbers, 1-32 characters -
VersionDesc
String VersionDesc
Version description, 0-256 characters
-
-
-
类com.baidubce.services.cfc.model.GetAliasResponse扩展AliasConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.GetFunctionConfigurationResponse扩展FunctionConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.GetFunctionResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Code
CodeStorage Code
Function code -
Configuration
FunctionConfiguration Configuration
Function information
-
-
-
类com.baidubce.services.cfc.model.GetInvokeResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Invoke
CfcInvokeResult Invoke
Represent the invoke result
-
-
-
类com.baidubce.services.cfc.model.InvokeResponse扩展CfcResponse实现可序列化
-
序列化字段
-
BceLogResult
String BceLogResult
The log of invoking the user function -
Payload
byte[] Payload
Represent the result of invoking the user function
-
-
-
类com.baidubce.services.cfc.model.ListAliasesResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Aliases
List<AliasConfiguration> Aliases
-
-
-
类com.baidubce.services.cfc.model.ListFunctionsResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Functions
List<FunctionConfiguration> Functions
Functions
-
-
-
类com.baidubce.services.cfc.model.ListTriggersResponse扩展CfcResponse实现可序列化
-
类com.baidubce.services.cfc.model.ListVersionsByFunctionResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Versions
List<FunctionConfiguration> Versions
Function versions
-
-
-
类com.baidubce.services.cfc.model.PublishVersionResponse扩展FunctionConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.UpdateAliasResponse扩展AliasConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.UpdateFunctionCodeResponse扩展FunctionConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.UpdateFunctionConfigurationResponse扩展FunctionConfigurationResponse实现可序列化
-
类com.baidubce.services.cfc.model.UpdateTriggerResponse扩展CfcResponse实现可序列化
-
序列化字段
-
Relation
Relation Relation
Relation
-
-
-
-
程序包 com.baidubce.services.cfs.v2.model
-
类com.baidubce.services.cfs.v2.model.CreateFSResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
fsId
String fsId
fsId
-
-
-
类com.baidubce.services.cfs.v2.model.CreateMountTargetResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.cfs.v2.model.DescribeFsResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.cfs.v2.model.DescribeMountTargetResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
isTruncated
Boolean isTruncated
true表示后面还有数据,false表示已经是最后一页 -
marker
String marker
标记查询的起始位置,若结果列表为空,此项不存在 -
maxKeys
Integer maxKeys
每页包含的最大数量 -
mountTargetList
List<DescribeMountTargetResponse.MountTargetModel> mountTargetList
mountTargetList -
nextMarker
String nextMarker
获取下一页所需要传递的marker值。当isTruncated为false时,该域不出现
-
-
-
类com.baidubce.services.cfs.v2.model.GetFsQuotaResponse扩展BaseBceResponse实现可序列化
-
-
程序包 com.baidubce.services.cfw.model
-
类com.baidubce.services.cfw.model.CreateCfwResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
cfwId
String cfwId
CFW的id
-
-
-
类com.baidubce.services.cfw.model.GetCfwResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.cfw.model.ListCfwResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.cfw.model.ListInstanceResponse扩展BaseBceResponse实现可序列化
-
-
程序包 com.baidubce.services.cnap.model.access
-
类com.baidubce.services.cnap.model.access.CreateAccessResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<AccessModel> result
The access model list.
-
-
-
类com.baidubce.services.cnap.model.access.DeleteAccessResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createdAt
Date createdAt
The create time. -
innerEndpoint
String innerEndpoint
The inner endpoint. -
ip
String ip
The ip of access. -
name
String name
The name of access. -
port
int port
The port of access. -
protocol
String protocol
The protocol of access. -
resourceID
String resourceID
The id of access. -
status
String status
The status of access. -
targetPort
int targetPort
The port of listening. -
type
int type
The type of access. 1 indicate access in cluster network. 2 indicate access in vpc network. 3 indicate access in public network. -
updatedAt
Date updatedAt
The update time.
-
-
-
类com.baidubce.services.cnap.model.access.ListAccessResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no. -
pageSize
int pageSize
The page size. -
result
List<AccessModel> result
The result. -
totalCount
int totalCount
The total count.
-
-
-
-
程序包 com.baidubce.services.cnap.model.application
-
类com.baidubce.services.cnap.model.application.CreateApplicationResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createdAt
Date createdAt
The create time. -
deployType
int deployType
The deploy type of application. -
description
String description
The description of application. -
name
String name
The name of application. -
resourceID
String resourceID
The id of application. -
updatedAt
Date updatedAt
The update time. -
workloadType
int workloadType
The type of application. -
workspace
WorkspaceBaseInfoModel workspace
The workspace base info. -
workspaceID
String workspaceID
The id of workspace.
-
-
-
类com.baidubce.services.cnap.model.application.DeleteApplicationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cnap.model.application.ListApplicationResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no of list. -
pageSize
int pageSize
The page size of list. -
result
List<PageApplicationModel> result
The result of list. -
totalCount
int totalCount
The total count of list.
-
-
-
-
程序包 com.baidubce.services.cnap.model.cluster
-
类com.baidubce.services.cnap.model.cluster.BindClusterToWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cnap.model.cluster.ImportClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createdAt
Date createdAt
The create time of cluster. -
description
String description
The description of cluster. -
name
String name
The name of cluster. -
region
String region
The region of cluster. -
resourceID
String resourceID
The id of cluster. -
resourceUsageModel
ResourceUsageModel resourceUsageModel
The resource usage of cluster. -
slaveVmCount
int slaveVmCount
The virtual machine count of cluster. -
status
String status
The status of cluster. -
type
String type
The type of cluster. -
underlayClusterID
String underlayClusterID
The id of underlay cluster. -
updatedAt
Date updatedAt
The update time of cluster.
-
-
-
类com.baidubce.services.cnap.model.cluster.ReleaseClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createdAt
Date createdAt
The create time of cluster. -
description
String description
The description of cluster. -
name
String name
The name of cluster. -
region
String region
The region of cluster. -
resourceID
String resourceID
The id of cluster. -
resourceUsageModel
ResourceUsageModel resourceUsageModel
The resource usage of cluster. -
slaveVmCount
int slaveVmCount
The virtual machine count of cluster. -
status
String status
The status of cluster. -
type
String type
The type of cluster. -
underlayClusterID
String underlayClusterID
The id of underlay cluster. -
updatedAt
Date updatedAt
The update time of cluster.
-
-
-
类com.baidubce.services.cnap.model.cluster.UnbindClusterToWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.cnap.model.deploygroup
-
类com.baidubce.services.cnap.model.deploygroup.CreateDeployGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
application
ApplicationBaseInfoModel application
The application info. -
componentConf
List<ComponentModel> componentConf
The component conf. -
conf
DeploySpecModel conf
The deploy group conf. -
createdAt
Date createdAt
The create time. -
deployStrategyType
String deployStrategyType
The type of deploy strategy. -
description
String description
The description of deploy group. -
environment
EnvironmentModel environment
The environment info. -
environmentID
String environmentID
The id of environment. -
isLocked
boolean isLocked
The flag which indicates deploy group is locked. -
name
String name
The name of deploy group. -
releaseRecordID
String releaseRecordID
The id of release record. -
replicas
int replicas
The count of replicas. -
resourceID
String resourceID
The id of deploy group. -
resources
ResourcesModel resources
The resource info. -
task
TaskBaseInfoModel task
The task info. -
type
int type
The type of deploy group. -
updatedAt
Date updatedAt
The update time. -
workspace
WorkspaceBaseInfoModel workspace
The workspace info.
-
-
-
类com.baidubce.services.cnap.model.deploygroup.DeleteDeployGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
application
ApplicationBaseInfoModel application
The application info. -
componentConf
List<ComponentModel> componentConf
The component conf. -
conf
DeploySpecModel conf
The conf of deploy group. -
createdAt
Date createdAt
The create time of deploy group. -
deployStrategyType
String deployStrategyType
The deploy strategy type of deploy group. -
description
String description
The description of deploy group. -
environment
EnvironmentModel environment
The environment info of deploy group. -
environmentID
String environmentID
The environment id of deploy group. -
isLocked
boolean isLocked
Deploy group is locked. -
name
String name
The name of deploy group. -
releaseRecordID
String releaseRecordID
The release record id of deploy group. -
replicas
int replicas
The replicas of deploy group; -
resourceID
String resourceID
The id of deploy group. -
resources
ResourcesModel resources
The resources of deploy group. -
status
String status
The status of deploy group. -
updatedAt
Date updatedAt
The update time of deploy group. -
workspace
WorkspaceBaseInfoModel workspace
The workspace info.
-
-
-
类com.baidubce.services.cnap.model.deploygroup.GetDeployGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
application
ApplicationBaseInfoModel application
The application info. -
componentConf
List<ComponentModel> componentConf
The component conf. -
conf
DeploySpecModel conf
The deploy group conf. -
createdAt
Date createdAt
The create time. -
deployStrategyType
String deployStrategyType
The type of deploy strategy. -
description
String description
The description of deploy group. -
environment
EnvironmentModel environment
The environment info. -
environmentID
String environmentID
The id of environment. -
isLocked
boolean isLocked
The flag which indicates deploy group is locked. -
name
String name
The name of deploy group. -
releaseRecordID
String releaseRecordID
The id of release record. -
replicas
int replicas
The count of replicas. -
resourceID
String resourceID
The id of deploy group. -
resources
ResourcesModel resources
The resource info. -
status
String status
The status of deploy group. -
type
int type
The type of deploy group. -
updatedAt
Date updatedAt
The update time. -
workspace
WorkspaceBaseInfoModel workspace
The workspace info.
-
-
-
类com.baidubce.services.cnap.model.deploygroup.ListDeployGroupByImageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<DeployGroupWithConfigModel> result
The result list.
-
-
-
类com.baidubce.services.cnap.model.deploygroup.ListDeployGroupByPageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no info. -
pageSize
int pageSize
The page size info. -
result
List<DeployGroupModel> result
The result info. -
totalCount
int totalCount
The total count info.
-
-
-
类com.baidubce.services.cnap.model.deploygroup.ScaleDeployGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
application
ApplicationBaseInfoModel application
The application info. -
componentConf
List<ComponentModel> componentConf
The component conf. -
conf
DeploySpecModel conf
The deploy group conf. -
createdAt
Date createdAt
The create time. -
deployStrategyType
String deployStrategyType
The type of deploy strategy. -
description
String description
The description of deploy group. -
environment
EnvironmentModel environment
The environment info. -
environmentID
String environmentID
The id of environment. -
isLocked
boolean isLocked
The flag which indicates deploy group is locked. -
name
String name
The name of deploy group. -
releaseRecordID
String releaseRecordID
The id of release record. -
replicas
int replicas
The count of replicas. -
resourceID
String resourceID
The id of deploy group. -
resources
ResourcesModel resources
The resource info. -
status
String status
The deploy group status. -
type
int type
The type of deploy group. -
updatedAt
Date updatedAt
The update time. -
workspace
WorkspaceBaseInfoModel workspace
The workspace info.
-
-
-
类com.baidubce.services.cnap.model.deploygroup.UpdateDeployGroupResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.cnap.model.environment
-
类com.baidubce.services.cnap.model.environment.BindClusterToEnvironmentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterID
String clusterID
The culster id which environment binds. -
createdAt
Date createdAt
The create time of environment. -
description
String description
The description of environment. -
name
String name
The name of environment. -
resourceID
String resourceID
The id of environment. -
updatedAt
Date updatedAt
The update time of environment.
-
-
-
类com.baidubce.services.cnap.model.environment.CreateEnvironmentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterID
String clusterID
The culster id which environment binds. -
createdAt
Date createdAt
The create time of environment. -
description
String description
The description of environment. -
name
String name
The name of environment. -
region
String region
The region of environment. -
resourceID
String resourceID
The id of environment. -
updatedAt
Date updatedAt
The update time of environment. -
workspace
WorkspaceModel workspace
The workspace info.
-
-
-
类com.baidubce.services.cnap.model.environment.DeleteEnvironmentReponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterID
String clusterID
The culster id which environment binds. -
createdAt
Date createdAt
The create time of environment. -
description
String description
The description of environment. -
name
String name
The name of environment. -
resourceID
String resourceID
The id of environment. -
updatedAt
Date updatedAt
The update time of environment.
-
-
-
类com.baidubce.services.cnap.model.environment.ListEnvironmentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no of list. -
pageSize
int pageSize
The page size of list. -
result
List<PageEnvironmentModel> result
The result of list environment. -
totalCount
int totalCount
The total count.
-
-
-
类com.baidubce.services.cnap.model.environment.UnbindClusterToEnvironmentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterID
String clusterID
The culster id which environment binds. -
createdAt
Date createdAt
The create time of environment. -
description
String description
The description of environment. -
name
String name
The name of environment. -
resourceID
String resourceID
The id of environment. -
updatedAt
Date updatedAt
The update time of environment.
-
-
-
类com.baidubce.services.cnap.model.environment.UpdateEnvironmentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterID
String clusterID
The culster id which environment binds. -
createdAt
Date createdAt
The create time of environment. -
description
String description
The description of environment. -
name
String name
The name of environment. -
region
String region
The region info. -
resourceID
String resourceID
The id of environment. -
updatedAt
Date updatedAt
The update time of environment.
-
-
-
-
程序包 com.baidubce.services.cnap.model.monitoring
-
类com.baidubce.services.cnap.model.monitoring.CreateAlertRulesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
contacts
AlertContacts contacts
The contacts user. -
description
String description
The description info. -
duration
String duration
The duration time. -
labels
Object labels
The label info which contains k-v pair. -
name
String name
The name of alert rule. -
op
String op
The operator. -
promql
String promql
The PromQL query -
repeatInterval
String repeatInterval
The interval time of repeat alert. -
resourceID
String resourceID
The id of resource. -
threshold
int threshold
The expected threshold.
-
-
-
类com.baidubce.services.cnap.model.monitoring.DeleteAlertRulesResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cnap.model.monitoring.GetMonitorDataResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
MetricsDataModel data
The data collection. -
status
String status
The status.
-
-
-
类com.baidubce.services.cnap.model.monitoring.ListAlertRecordResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no of list. -
pageSize
int pageSize
The page size of list. -
result
List<AlertRecordModel> result
The result info. -
totalCount
int totalCount
The total count.
-
-
-
类com.baidubce.services.cnap.model.monitoring.ListAlertRulesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no of list. -
pageSize
int pageSize
The page size of list. -
result
List<AlertRulesModel> result
The result info. -
totalCount
int totalCount
The total count.
-
-
-
类com.baidubce.services.cnap.model.monitoring.UpdateAlertRulesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
contacts
AlertContacts contacts
The contacts user. -
description
String description
The description info. -
duration
String duration
The duration time. -
labels
Object labels
The label info which contains k-v pair. -
name
String name
The name of alert rule. -
op
String op
The operator. -
promql
String promql
The PromQL query -
repeatInterval
String repeatInterval
The interval time of repeat alert. -
resourceID
String resourceID
The id of resource. -
threshold
int threshold
The expected threshold.
-
-
-
-
程序包 com.baidubce.services.cnap.model.releaserecord
-
类com.baidubce.services.cnap.model.releaserecord.CreateReleaseRecordResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
applicationID
String applicationID
The id of application. -
configs
Map<String,String> configs
The config info. -
createdAt
Date createdAt
The create time. -
description
String description
The description of release record. -
endTime
Date endTime
The end time. -
executor
String executor
The username of operator. -
handleReason
String handleReason
The custom info. -
images
Map<String,String> images
The images info. -
planDeployTime
String planDeployTime
The custom info. -
releaseRecordID
String releaseRecordID
The id of release record. -
startTime
Date startTime
The start time. -
status
String status
The status of release record. -
tasks
List<TaskModel> tasks
The task info. -
transactionID
String transactionID
The id of release record transaction. -
type
String type
The type of release record. -
updatedAt
Date updatedAt
The update time. -
workspaceID
String workspaceID
The id of workspace.
-
-
-
类com.baidubce.services.cnap.model.releaserecord.GetReleaseRecordProgressResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endTime
Date endTime
The end time. -
startTime
Date startTime
The start time. -
status
String status
The status. -
tasksProgress
List<TaskProgressModel> tasksProgress
The task progress info.
-
-
-
类com.baidubce.services.cnap.model.releaserecord.ListReleaseRecordResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no. -
pageSize
int pageSize
The page size. -
result
List<ReleaseRecordWithDeployGroupModel> result
The result list. -
totalCount
int totalCount
The total count.
-
-
-
类com.baidubce.services.cnap.model.releaserecord.RollbackReleaseRecordResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
applicationID
String applicationID
The id of application. -
configs
Map<String,String> configs
The config info. -
createdAt
Date createdAt
The create time. -
description
String description
The description of release record. -
endTime
Date endTime
The end time. -
executor
String executor
The username of operator. -
handleReason
String handleReason
The custom info. -
images
Map<String,String> images
The images info. -
planDeployTime
String planDeployTime
The custom info. -
releaseRecordID
String releaseRecordID
The id of release record. -
startTime
Date startTime
The start time. -
status
String status
The status of release record. -
tasks
List<TaskModel> tasks
The task info. -
transactionID
String transactionID
The id of release record transaction. -
type
String type
The type of release record. -
updatedAt
Date updatedAt
The update time. -
workspaceID
String workspaceID
The id of workspace.
-
-
-
-
程序包 com.baidubce.services.cnap.model.repository
-
类com.baidubce.services.cnap.model.repository.CreateRepositoryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endpoint
String endpoint
The endpoint of repository. -
isPrivate
boolean isPrivate
The flag which indicates repository is private. -
isSecure
boolean isSecure
The flag which indicates repository is secure. -
name
String name
The name of repository. -
password
String password
The repository password. -
resourceID
String resourceID
The id of repository. -
type
int type
The type of repository. -
username
String username
The repository username.
-
-
-
类com.baidubce.services.cnap.model.repository.ListImageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no of list. -
pageSize
int pageSize
The page size of list. -
result
List<ImageMetaModel> result
The result of list image. -
totalCount
int totalCount
The total count.
-
-
-
-
程序包 com.baidubce.services.cnap.model.workspace
-
类com.baidubce.services.cnap.model.workspace.CreateWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cnap.model.workspace.DeleteWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.cnap.model.workspace.GetWorkspaceNameResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
name
String name
The name of workspace.
-
-
-
类com.baidubce.services.cnap.model.workspace.GetWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
applicationCount
int applicationCount
The application count of workspace. -
clusterCount
int clusterCount
The cluster count of workspace. -
createdAt
Date createdAt
The create time of workspace. -
description
String description
The description of workspace. -
name
String name
The name of workspace. -
resourceID
String resourceID
The resource id of workspace. -
updatedAt
Date updatedAt
The update time of workspace.
-
-
-
类com.baidubce.services.cnap.model.workspace.ListWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
The page no of list. -
pageSize
int pageSize
The page size of list. -
result
List<WorkspaceModel> result
The result of list workspace. -
totalCount
int totalCount
The total count of list.
-
-
-
类com.baidubce.services.cnap.model.workspace.UpdateWorkspaceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
applicationCount
int applicationCount
The application count of workspace. -
clusterCount
int clusterCount
The cluster count of workspace. -
createdAt
Date createdAt
The create time of workspace. -
description
String description
The description of workspace. -
name
String name
The name of workspace. -
resourceID
String resourceID
The resource id of workspace. -
updatedAt
Date updatedAt
The update time of workspace.
-
-
-
-
程序包 com.baidubce.services.cvca.model
-
类com.baidubce.services.cvca.model.ChatResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
answer
String answer
-
answerType
String answerType
-
endType
String endType
-
kb
ChatResponse.KB kb
-
nlu
ChatResponse.NLU nlu
-
sessionId
String sessionId
-
-
-
-
程序包 com.baidubce.services.dcc.model
-
类com.baidubce.services.dcc.model.CreateDccInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dcc.model.CreateDccResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dcc.model.DccDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
dedicatedHost
DccModel dedicatedHost
-
-
-
类com.baidubce.services.dcc.model.ListDccResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.dns.model
-
程序包 com.baidubce.services.doc.model
-
类com.baidubce.services.doc.model.CreateDocumentFromBosResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
documentId
String documentId
-
-
-
类com.baidubce.services.doc.model.CreateDocumentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
documentId
String documentId
-
-
-
类com.baidubce.services.doc.model.CreateNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.DeleteDocumentResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.DeleteNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.DisableReadTokenResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.GetDocumentDownloadResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.GetDocumentImagesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
images
List<DocumentImage> images
images is a list to store the document's images
-
-
-
类com.baidubce.services.doc.model.GetDocumentResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
access
String access
-
createTime
Date createTime
-
documentId
String documentId
-
error
DocumentError error
-
format
String format
-
notification
String notification
-
publishInfo
DocumentPublishInfo publishInfo
-
status
String status
-
targetType
String targetType
-
title
String title
-
uploadInfo
DocumentUploadInfo uploadInfo
-
-
-
类com.baidubce.services.doc.model.GetNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.ListDocumentsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.ListNotificationsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
notifications
List<Notification> notifications
-
-
-
类com.baidubce.services.doc.model.PublishDocumentResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.ReadDocumentResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.doc.model.RegisterDocumentResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.dugo.alarm
-
类com.baidubce.services.dugo.alarm.AlarmDetailsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmId
String alarmId
-
alarmPolicy
AlarmDetailsResponse.AlarmPolicy alarmPolicy
-
alarmRule
AlarmDetailsResponse.AlarmRule alarmRule
-
batchIds
List<String> batchIds
-
des
String des
-
name
String name
-
status
String status
-
vehicleIds
List<String> vehicleIds
-
-
-
类com.baidubce.services.dugo.alarm.AlarmRuleListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<AlarmRuleListResponse.AlarmDigest> data
-
meta
AlarmRuleListResponse.Meta meta
-
-
-
-
程序包 com.baidubce.services.dugo.map
-
类com.baidubce.services.dugo.map.CreateFenceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
fenceId
String fenceId
-
-
-
类com.baidubce.services.dugo.map.DeviceStatusInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
deviceId
String deviceId
-
info
DeviceStatusInfoResponse.Info info
-
-
-
类com.baidubce.services.dugo.map.DrivingBehaviorResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
averageSpeed
Double averageSpeed
-
distance
Double distance
-
duration
Integer duration
-
endPoint
DrivingBehaviorResponse.Point endPoint
-
harshAcceleration
List<DrivingBehaviorResponse.HarshAcceleration> harshAcceleration
-
harshAccelerationNum
Integer harshAccelerationNum
-
harshBreaking
List<DrivingBehaviorResponse.HarshBreaking> harshBreaking
-
harshBreakingNum
Integer harshBreakingNum
-
harshSteering
List<DrivingBehaviorResponse.HarshSteering> harshSteering
-
harshSteeringNum
Integer harshSteeringNum
-
maxSpeed
Double maxSpeed
-
speeding
List<DrivingBehaviorResponse.Speeding> speeding
-
speedingNum
Integer speedingNum
-
startPoint
DrivingBehaviorResponse.Point startPoint
-
-
-
类com.baidubce.services.dugo.map.FenceDetailResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.map.FenceListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
fenceInfoDigestList
List<FenceListResponse.FenceInfoDigest> fenceInfoDigestList
-
total
long total
-
-
-
类com.baidubce.services.dugo.map.GeoCodingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.map.GeoDecodingResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
address
String address
-
-
-
类com.baidubce.services.dugo.map.GetDistanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
distance
String distance
-
-
-
类com.baidubce.services.dugo.map.GetFenceAlarmsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmPointList
List<GetFenceAlarmsResponse.AlarmPoint> alarmPointList
-
meta
GetFenceAlarmsResponse.Meta meta
-
-
-
类com.baidubce.services.dugo.map.GetLatestPointResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
geoInfo
GetLatestPointResponse.GeoInfo geoInfo
-
limitSpeed
Double limitSpeed
-
-
-
类com.baidubce.services.dugo.map.GetTrackResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
distance
Double distance
-
endPoint
GetTrackResponse.LocationPoint endPoint
-
points
List<GetTrackResponse.GeoInfo> points
-
size
Integer size
-
startPoint
GetTrackResponse.LocationPoint startPoint
-
tollDistance
Double tollDistance
-
total
Integer total
-
-
-
类com.baidubce.services.dugo.map.MonitoredVehicleListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
total
long total
-
vehicleDigestList
List<MonitoredVehicleListResponse.VehicleDigest> vehicleDigestList
-
-
-
类com.baidubce.services.dugo.map.QueryDeviceLogResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.map.StayPointResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
staypointNum
Integer staypointNum
-
staypoints
List<StayPointResponse.Staypoint> staypoints
-
-
-
-
程序包 com.baidubce.services.dugo.project
-
类com.baidubce.services.dugo.project.DeviceShadowResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
com.fasterxml.jackson.databind.JsonNode data
-
lastUpdatedTime
com.fasterxml.jackson.databind.JsonNode lastUpdatedTime
-
-
-
类com.baidubce.services.dugo.project.DownloadAuthInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
downloadUrl
String downloadUrl
-
-
-
类com.baidubce.services.dugo.project.GetBatchListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<GetBatchListResponse.BatchInfoVo> data
-
meta
GetBatchListResponse.Meta meta
-
-
-
类com.baidubce.services.dugo.project.GetProjectByIdResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
GetProjectByIdResponse.ProjectInfoVo data
-
-
-
类com.baidubce.services.dugo.project.GetProjectListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<GetProjectListResponse.ProjectInfoVo> data
-
meta
GetProjectListResponse.Meta meta
-
-
-
类com.baidubce.services.dugo.project.GroupDeviceShadowResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
long amount
-
list
List<GroupDeviceShadowResponse.DeviceShadow> list
-
pageNo
int pageNo
-
pageSize
int pageSize
-
-
-
类com.baidubce.services.dugo.project.QueryDeviceHistoryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
dataList
List<QueryDeviceHistoryResponse.IvcTsdbDataNode> dataList
-
marker
String marker
-
truncated
boolean truncated
-
-
-
类com.baidubce.services.dugo.project.QueryDeviceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<QueryDeviceResponse.Device> data
-
pageNo
int pageNo
-
pageSize
int pageSize
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.dugo.project.QueryInstancesByBatchResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instanceInfos
List<QueryInstancesByBatchResponse.InstanceInfo> instanceInfos
-
meta
QueryInstancesByBatchResponse.Meta meta
-
-
-
类com.baidubce.services.dugo.project.QueryMqttBindResultResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<QueryMqttBindResultResponse.BindResult> data
-
-
-
-
程序包 com.baidubce.services.dugo.vehicle
-
类com.baidubce.services.dugo.vehicle.GB32960ParamQueryResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.vehicle.HistoryInfoQueryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
dataList
List<HistoryInfoQueryResponse.IvcTsdbDataNode> dataList
-
marker
String marker
-
truncated
boolean truncated
-
-
-
类com.baidubce.services.dugo.vehicle.QueryMultipleShadowResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<com.fasterxml.jackson.databind.JsonNode> data
-
-
-
类com.baidubce.services.dugo.vehicle.QuerySingleShadowResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
com.fasterxml.jackson.databind.JsonNode data
-
lastUpdatedTime
com.fasterxml.jackson.databind.JsonNode lastUpdatedTime
-
vehicleId
String vehicleId
-
-
-
类com.baidubce.services.dugo.vehicle.QueryVehicleStatusResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<QueryVehicleStatusResponse.Vehicle> data
-
-
-
类com.baidubce.services.dugo.vehicle.SchemaAttributeNameResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.vehicle.SchemaDisplayNameResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.vehicle.ShadowFilterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
long amount
-
data
List<com.fasterxml.jackson.databind.JsonNode> data
-
pageNo
int pageNo
-
pageSize
int pageSize
-
-
-
-
程序包 com.baidubce.services.dugo.video
-
类com.baidubce.services.dugo.video.AlarmInfoListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmInfoList
List<AlarmInfoListResponse.AlarmInfo> alarmInfoList
-
-
-
类com.baidubce.services.dugo.video.AlarmTrackInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmTime
Long alarmTime
-
alarmType
String alarmType
-
alarmUuid
String alarmUuid
-
latitude
double latitude
-
longitude
double longitude
-
speed
double speed
-
trackMediaInfoList
List<AlarmTrackInfo.TrackMediaInfo> trackMediaInfoList
-
-
-
类com.baidubce.services.dugo.video.AlarmVideoInfo扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.dugo.video.AlarmVideoInfoListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmVideoInfoList
List<AlarmVideoInfo> alarmVideoInfoList
-
-
-
类com.baidubce.services.dugo.video.FileUploadResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
taskId
String taskId
-
-
-
类com.baidubce.services.dugo.video.GetDownloadUrlResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
address
String address
-
-
-
类com.baidubce.services.dugo.video.GetMediaInfoListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
groupName
String groupName
-
vehicleId
String vehicleId
-
vehicleName
String vehicleName
-
videoInfoList
List<GetMediaInfoListResponse.MediaInfo> videoInfoList
-
-
-
类com.baidubce.services.dugo.video.GetMediaInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmType
String alarmType
-
channelNum
int channelNum
-
duration
long duration
-
endTime
Long endTime
-
fileName
String fileName
-
fileSize
int fileSize
-
groupName
String groupName
-
mediaType
String mediaType
-
mediaUuid
String mediaUuid
-
startTime
Long startTime
-
status
String status
-
streamType
String streamType
-
vehicleId
String vehicleId
-
vehicleName
String vehicleName
-
-
-
类com.baidubce.services.dugo.video.GetPlayUrlResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
address
String address
-
-
-
类com.baidubce.services.dugo.video.GetTaskStatusResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
status
String status
UPLOADING:上传中, PROCESSING:处理中, UPLOAD_FAILED:上传失败, PROCESS_FAILED:处理失败, PUBLISHED:已发布
-
-
-
类com.baidubce.services.dugo.video.QueryParamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
paramHex
String paramHex
-
-
-
类com.baidubce.services.dugo.video.TrackAlarmVideoInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmTrackInfoList
List<AlarmTrackInfo> alarmTrackInfoList
-
trackPointInfoList
List<TrackAlarmVideoInfoResponse.TrackPointInfo> trackPointInfoList
-
vehicleId
String vehicleId
-
vehicleName
String vehicleName
-
-
-
类com.baidubce.services.dugo.video.UploadTaskListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<UploadTaskListResponse.UploadTaskData> data
-
meta
Meta meta
-
-
-
-
程序包 com.baidubce.services.dumap.model
-
类com.baidubce.services.dumap.model.BaseDuMapResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
payload
String payload
-
-
-
-
程序包 com.baidubce.services.eip.model
-
类com.baidubce.services.eip.model.CreateEipResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
eip
String eip
-
-
-
类com.baidubce.services.eip.model.ListEipsResponse扩展ListResponse实现可序列化
-
序列化字段
-
eipList
List<ListEipsResponse.EipModel> eipList
-
-
-
类com.baidubce.services.eip.model.ListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
isTruncated
boolean isTruncated
Iftrueit means there are more result in the next list page, otherwise it means the list result is last list page. -
marker
String marker
The optional parameter marker specified in the original request to specify where in the results to begin listing. -
maxKeys
Integer maxKeys
The optional parameter in the original request to specifies the max number of list result to return . -
nextMarker
String nextMarker
The next marker to list next page result to list begin,if there is no more result in the next page, this field it will not appear.
-
-
-
-
程序包 com.baidubce.services.eipbp.model
-
类com.baidubce.services.eipbp.model.CreateEipBpResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
String id
The created eipBp's id.
-
-
-
类com.baidubce.services.eipbp.model.EipBpDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
autoReleaseTime
String autoReleaseTime
The eipBp autoReleaseTime. UTC format. If not set, it is the same as the expiration time of the bound resource. -
bandwidthInMbps
Integer bandwidthInMbps
The bandwidthInMbps of eipBp. -
bindType
String bindType
The type of eipBp binding.'eip' or 'eipgroup'. -
createTime
String createTime
The eipBp createTime. UTC format. -
eips
List<String> eips
The ips of eipBp binding. If bindType is eip,this param contains only one ip address, else contains all ip address in eipgroup. -
id
String id
The id of eipBp. -
instanceBandwidthInMbps
Integer instanceBandwidthInMbps
The instance's bandwidthInMbps of eipBp binding. -
instanceId
String instanceId
The instanceId of eipBp binding. -
name
String name
The name of eipBp.
-
-
-
类com.baidubce.services.eipbp.model.ListEipBpsResponse扩展ListResponse实现可序列化
-
序列化字段
-
bpList
List<ListEipBpsResponse.BandwidthPackage> bpList
-
-
-
-
程序包 com.baidubce.services.eipgroup.model
-
类com.baidubce.services.eipgroup.model.GetEipGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidthInMbps
int bandwidthInMbps
The bandwidthInMbps of EipGroup. -
createTime
String createTime
The createTime of EipGroup. -
eips
List<Eip> eips
The eips of EipGroup. -
expireTime
String expireTime
The expireTime of EipGroup. -
id
String id
The id of EipGroup. -
name
String name
The name of EipGroup. -
paymentTiming
String paymentTiming
The paymentTiming of EipGroup. -
status
String status
The status of EipGroup.
-
-
-
类com.baidubce.services.eipgroup.model.IdResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
String id
-
-
-
类com.baidubce.services.eipgroup.model.ListEipGroupResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.eiptp.model
-
类com.baidubce.services.eiptp.model.CreateEipTpResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
String id
The created eiptp's id.
-
-
-
类com.baidubce.services.eiptp.model.EipTpDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
activeTime
String activeTime
The active time of the eiptp (GMT+8 format). -
capacity
String capacity
The capacity of the eiptp. -
createTime
String createTime
The eiptp createTime (GMT+8 format). -
deductPolicy
String deductPolicy
The deduct policy of the eiptp including "FullTimeDurationPackage" and "TimeDurationPackage". -
expireTime
String expireTime
The expire time of the eiptp (GMT+8 format). -
id
String id
The id of the eiptp. -
packageType
String packageType
The package type of the eiptp. -
status
String status
The status of the eiptp including "RUNNING", "EXPIRED" and "USED_UP". -
usedCapacity
String usedCapacity
The capacity of the eiptp already used by the user.
-
-
-
类com.baidubce.services.eiptp.model.ListEipTpsResponse扩展ListResponse实现可序列化
-
序列化字段
-
packageList
List<ListEipTpsResponse.Package> packageList
-
-
-
-
程序包 com.baidubce.services.endpoint.model
-
类com.baidubce.services.endpoint.model.CreateEndpointResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.endpoint.model.Endpoint扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
The createTime of endpoint. -
description
String description
The description of endpoint. -
endpointId
String endpointId
The endpointId of endpoint. -
ipAddress
String ipAddress
The ipAddress of endpoint. -
name
String name
The name of endpoint. -
productType
String productType
The productType of endpoint. -
service
String service
The service of endpoint. -
status
String status
The status of endpoint. -
subnetId
String subnetId
The subnetId of endpoint. -
vpcId
String vpcId
The vpcId of endpoint.
-
-
-
类com.baidubce.services.endpoint.model.ListEndpointResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.endpoint.model.ServiceResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.eni.model
-
类com.baidubce.services.eni.model.CreateEniResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
eniId
String eniId
id of the newly created ENI
-
-
-
类com.baidubce.services.eni.model.Eni扩展AbstractBceResponse实现可序列化
-
序列化字段
-
description
String description
The description of ENI -
eniId
String eniId
The id of ENI -
instanceId
String instanceId
The id of the cloud host mounted on the ENI -
macAddress
String macAddress
The mac address of the ENI -
name
String name
The name of ENI -
privateIpSet
List<PrivateIp> privateIpSet
Intranet IP information Only one of the specified IPs can be the primary IP, and the others must be secondary IPs. -
status
String status
The status of ENI available:not mounted attaching:is being mounted inuse:has been mounted detaching:is being detached -
subnetId
String subnetId
The subnet ID of the ENI -
vpcId
String vpcId
The vpc ID of the ENI -
zoneName
String zoneName
Availability zone to which the ENI belongs
-
-
-
类com.baidubce.services.eni.model.EniDetail扩展Eni实现可序列化
-
类com.baidubce.services.eni.model.ListEniResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.esg.model
-
类com.baidubce.services.esg.model.CreateEsgResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
enterpriseSecurityGroupId
String enterpriseSecurityGroupId
The id of newly created enterprise security group
-
-
-
类com.baidubce.services.esg.model.ListEsgResponse扩展ListResponse实现可序列化
-
序列化字段
-
enterpriseSecurityGroups
List<EnterpriseSecurityGroup> enterpriseSecurityGroups
The list of enterprise security group detail model.
-
-
-
-
程序包 com.baidubce.services.evs.model
-
类com.baidubce.services.evs.model.AiConfigRequest扩展Object实现可序列化
- serialVersionUID:
- 6798206332963466508L
-
序列化字段
-
configuration
List<AiConfigRequest.Configuration> configuration
-
enabled
boolean enabled
-
ftpConfig
AiConfigRequest.FtpConfig ftpConfig
-
-
类com.baidubce.services.evs.model.AiConfigRequest.Configuration扩展Object实现可序列化
- serialVersionUID:
- -4968362421982646857L
-
序列化字段
-
effectiveTimes
List<AiConfigRequest.EffectiveTime> effectiveTimes
-
interval
Long interval
-
strategy
String strategy
Support:OPTIMAL、FASTEST、 REGULAR -
type
String type
Support: FACE、BODY、ELECTRIC、CAR_ATTRIBUTE、CAR_MODEL、CAR_PLATE,STATIC_HUMAN_TRAFFIC、STATIC_CAR_TRAFFIC、 QUALITY_BRIGHT、QUALITY_COLOR、QUALITY_COVER、QUALITY_BLUR、QUALITY_NOISE
-
-
类com.baidubce.services.evs.model.AiConfigRequest.EffectiveTime扩展Object实现可序列化
- serialVersionUID:
- -6956309119562350698L
-
类com.baidubce.services.evs.model.AiConfigRequest.FtpConfig扩展Object实现可序列化
- serialVersionUID:
- 8945714201933343920L
-
序列化字段
-
enabled
boolean enabled
-
password
String password
-
-
类com.baidubce.services.evs.model.BindDeviceRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- 7590066621249900565L
-
类com.baidubce.services.evs.model.BindDeviceResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 911116340410567274L
-
类com.baidubce.services.evs.model.CallbackGetResponse扩展CallbackUpdateRequest实现可序列化
- serialVersionUID:
- -1474299259787650079L
-
类com.baidubce.services.evs.model.CallbackUpdateRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -2343543510056058120L
-
类com.baidubce.services.evs.model.DeviceChannelGetResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 1055112249058272679L
-
类com.baidubce.services.evs.model.DeviceChannelListResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -4528924813667199321L
-
序列化字段
-
data
List<DeviceChannelGetResponse> data
-
-
类com.baidubce.services.evs.model.DeviceChannelSignedUrlResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 9121378066243255436L
-
序列化字段
-
url
String url
-
-
类com.baidubce.services.evs.model.DeviceCountResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 2776564010045866821L
-
序列化字段
-
data
DeviceCountResponse.Count data
-
-
类com.baidubce.services.evs.model.DeviceCountResponse.Count扩展Object实现可序列化
- serialVersionUID:
- 5571959442221427504L
-
序列化字段
-
count
Long count
-
-
类com.baidubce.services.evs.model.DeviceCreateRequest扩展DeviceUpdateRequest实现可序列化
- serialVersionUID:
- 7653894659392858508L
-
类com.baidubce.services.evs.model.DeviceCreateResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 7846741888943929527L
-
序列化字段
-
deviceId
Long deviceId
-
-
类com.baidubce.services.evs.model.DeviceGbConfig扩展Object实现可序列化
- serialVersionUID:
- -1408137063853326418L
-
类com.baidubce.services.evs.model.DeviceGbProperties扩展Object实现可序列化
- serialVersionUID:
- 8040264671754338493L
-
类com.baidubce.services.evs.model.DeviceGetResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 7081701229876538996L
-
序列化字段
-
channelCount
Integer channelCount
-
createTime
Date createTime
-
description
String description
-
deviceId
Long deviceId
-
deviceMode
String deviceMode
-
deviceName
String deviceName
-
deviceStreamId
String deviceStreamId
-
domains
List<DomainGetResponse> domains
-
downstreamAuth
DownstreamAuth downstreamAuth
-
edge
EdgeGetResponse edge
-
gis
DeviceGis gis
-
recording
Recording recording
-
snCode
String snCode
-
spaceId
Long spaceId
-
spaceName
String spaceName
-
status
String status
-
thumbnail
Thumbnail thumbnail
-
type
String type
-
upstreamAuth
UpstreamAuth upstreamAuth
-
-
类com.baidubce.services.evs.model.DeviceGis扩展Object实现可序列化
- serialVersionUID:
- -3388008028758290839L
-
序列化字段
-
latitude
float latitude
-
longitude
float longitude
-
name
String name
-
-
类com.baidubce.services.evs.model.DeviceListMarkRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- 1462348539574354040L
-
类com.baidubce.services.evs.model.DeviceListResponse扩展Object实现可序列化
- serialVersionUID:
- -4521760057472611844L
-
序列化字段
-
channelCount
Integer channelCount
-
description
String description
-
deviceId
Long deviceId
-
deviceName
String deviceName
-
deviceStreamId
String deviceStreamId
-
domainList
List<DomainGetResponse> domainList
-
gis
DeviceGis gis
-
manufacturer
String manufacturer
-
platform
String platform
-
spaceName
String spaceName
-
status
String status
-
type
String type
-
-
类com.baidubce.services.evs.model.DeviceMarkListResponse扩展AbstractBceResponse实现可序列化
- serialVersionUID:
- -62001972372143996L
-
序列化字段
-
data
Collection<DeviceListResponse> data
-
isTruncated
Boolean isTruncated
-
marker
String marker
-
nextMarker
String nextMarker
-
-
类com.baidubce.services.evs.model.DeviceSignedUrlResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -6701495483373638576L
-
序列化字段
-
url
String url
-
-
类com.baidubce.services.evs.model.DeviceStopRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -1466464559725004366L
-
序列化字段
-
recoverTime
Date recoverTime
-
-
类com.baidubce.services.evs.model.DeviceTsStoreListRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -3736470262643576858L
-
类com.baidubce.services.evs.model.DeviceTsStoreListResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 7665676333267546255L
-
类com.baidubce.services.evs.model.DeviceTsStorePageListResponse扩展AbstractBceResponse实现可序列化
- serialVersionUID:
- -8737069930166501336L
-
序列化字段
-
data
Collection<DeviceTsStoreListResponse> data
-
pageNo
Integer pageNo
-
pageSize
Integer pageSize
-
totalCount
Long totalCount
-
-
类com.baidubce.services.evs.model.DeviceUpdateRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -7575466388901180279L
-
类com.baidubce.services.evs.model.DomainCreateRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- 8757426093543848248L
-
类com.baidubce.services.evs.model.DomainGetResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -1340325038447674555L
-
类com.baidubce.services.evs.model.DownstreamAuth扩展EvsAuth实现可序列化
- serialVersionUID:
- -3945731711957204162L
-
类com.baidubce.services.evs.model.DynamicTrafficFrameRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- 5831599197579690891L
-
序列化字段
-
configuration
DynamicTrafficFrameRequest.Configuration configuration
-
enabled
boolean enabled
-
-
类com.baidubce.services.evs.model.DynamicTrafficFrameRequest.Configuration扩展Object实现可序列化
- serialVersionUID:
- 1164073562024136036L
-
序列化字段
-
frameLocation
DynamicTrafficFrameRequest.Configuration.FrameLocation frameLocation
-
-
类com.baidubce.services.evs.model.EdgeGetResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 7277118689017561738L
-
类com.baidubce.services.evs.model.EvsAuth扩展SameAsSpace实现可序列化
- serialVersionUID:
- -2716207059185435020L
-
序列化字段
-
enabled
boolean enabled
-
expire
int expire
-
key
String key
-
-
类com.baidubce.services.evs.model.EvsBaseRequest扩展AbstractBceRequest实现可序列化
- serialVersionUID:
- -7831667901482061296L
-
类com.baidubce.services.evs.model.EvsBaseResponse扩展AbstractBceResponse实现可序列化
- serialVersionUID:
- 7445813447031472029L
-
类com.baidubce.services.evs.model.GBConfigDownloadResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- 3903454530970957047L
-
序列化字段
-
aliveTime
Long aliveTime
-
configHeartbeatCount
Integer configHeartbeatCount
-
configHeartbeatInterval
Integer configHeartbeatInterval
-
configRegisterExpire
Integer configRegisterExpire
-
registerTime
Long registerTime
-
serverIp
String serverIp
-
serverPort
Integer serverPort
-
sipType
String sipType
-
streamType
String streamType
-
-
类com.baidubce.services.evs.model.GBDevicePasswordRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -1411396149854367205L
-
序列化字段
-
password
String password
-
-
类com.baidubce.services.evs.model.GbPresetAddRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- 1958582712147318940L
-
序列化字段
-
name
String name
-
-
类com.baidubce.services.evs.model.GbPresetAddResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -3014110735179084080L
-
序列化字段
-
presetId
Integer presetId
-
-
类com.baidubce.services.evs.model.GbPresetGetResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -617473319695278892L
-
类com.baidubce.services.evs.model.GbPresetListResponse扩展AbstractBceResponse实现可序列化
- serialVersionUID:
- 4170331210179491182L
-
序列化字段
-
data
Collection<GbPresetGetResponse> data
-
-
类com.baidubce.services.evs.model.Recording扩展SameAsSpace实现可序列化
- serialVersionUID:
- -7058120858705117101L
-
序列化字段
-
authEnabled
boolean authEnabled
-
authExpire
int authExpire
-
duration
int duration
-
enabled
boolean enabled
-
format
String format
Support: MP4、FLV、M3U8
-
-
类com.baidubce.services.evs.model.SameAsSpace扩展Object实现可序列化
- serialVersionUID:
- 5832450552028344214L
-
序列化字段
-
sameAsSpace
boolean sameAsSpace
-
-
类com.baidubce.services.evs.model.SpaceCreateRequest扩展SpaceUpdateRequest实现可序列化
- serialVersionUID:
- -3008218172463593110L
-
类com.baidubce.services.evs.model.SpaceCreateResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -2344397488911277215L
-
序列化字段
-
domains
List<DomainGetResponse> domains
-
spaceId
Long spaceId
-
-
类com.baidubce.services.evs.model.SpaceGbProperties扩展DeviceGbProperties实现可序列化
- serialVersionUID:
- -6564985872992248270L
-
序列化字段
-
inviteImmediate
boolean inviteImmediate
-
-
类com.baidubce.services.evs.model.SpaceGetResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -40346532593807291L
-
序列化字段
-
callback
CallbackGetResponse callback
-
createTime
Date createTime
-
description
String description
-
deviceCount
Integer deviceCount
-
domains
List<DomainGetResponse> domains
-
edge
EdgeGetResponse edge
-
gbProperties
SpaceGbProperties gbProperties
-
recording
Recording recording
-
rtcAppId
String rtcAppId
-
serialId
String serialId
-
spaceId
Long spaceId
-
spaceName
String spaceName
-
status
String status
-
thumbnail
Thumbnail thumbnail
-
timeShift
TimeShift timeShift
-
type
String type
-
-
类com.baidubce.services.evs.model.SpaceListMarkRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -7205390311831772716L
-
类com.baidubce.services.evs.model.SpaceListResponse扩展EvsBaseResponse实现可序列化
- serialVersionUID:
- -5018672399868262333L
-
类com.baidubce.services.evs.model.SpaceMarkListResponse扩展AbstractBceResponse实现可序列化
- serialVersionUID:
- -62001972372143996L
-
序列化字段
-
data
Collection<SpaceListResponse> data
-
isTruncated
Boolean isTruncated
-
marker
String marker
-
nextMarker
String nextMarker
-
-
类com.baidubce.services.evs.model.SpaceUpdateRequest扩展EvsBaseRequest实现可序列化
- serialVersionUID:
- -1113013505386652759L
-
序列化字段
-
aiConfig
AiConfigRequest aiConfig
-
callback
CallbackUpdateRequest callback
-
description
String description
-
downstreamAuth
DownstreamAuth downstreamAuth
-
gbProperties
SpaceGbProperties gbProperties
-
recording
Recording recording
-
spaceName
String spaceName
-
thumbnail
Thumbnail thumbnail
-
timeShift
TimeShift timeShift
-
upstreamAuth
UpstreamAuth upstreamAuth
-
-
类com.baidubce.services.evs.model.Thumbnail扩展SameAsSpace实现可序列化
- serialVersionUID:
- -5678090094416783791L
-
序列化字段
-
authEnabled
boolean authEnabled
-
authExpire
int authExpire
-
enabled
boolean enabled
-
interval
int interval
-
-
类com.baidubce.services.evs.model.TimeShift扩展SameAsSpace实现可序列化
- serialVersionUID:
- -6097367406311037557L
-
序列化字段
-
enabled
boolean enabled
-
range
Integer range
-
-
类com.baidubce.services.evs.model.UpstreamAuth扩展EvsAuth实现可序列化
- serialVersionUID:
- 6940684455406712332L
-
-
程序包 com.baidubce.services.iam.model
-
类com.baidubce.services.iam.model.AccountCancelPreCheckResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
checkResult
AccountCancelPreCheckResponse.ModelNull checkResult
checkResult -
checkResultList
List<AccountCancelPreCheckResponse.ModelNull> checkResultList
checkResultList
-
-
-
类com.baidubce.services.iam.model.AuthenticationResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
name
String name
name -
sessionToken
AuthenticationResponse.ModelNull sessionToken
sessionToken -
sessionTokenModel
AuthenticationResponse.ModelNull sessionTokenModel
sessionTokenModel -
userId
String userId
userId
-
-
-
类com.baidubce.services.iam.model.CreateAccessKeyResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.CreateGroupResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.CreatePolicyResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.CreateRoleResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.CreateUserResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.CreateVsAccountResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
virtual store account id -
accountType
String accountType
virtual store customer account type -
company
String company
virtual store customer company -
email
String email
virtual store customer email -
mobilePhone
String mobilePhone
virtual store customer mobile phone -
name
String name
virtual store customer name -
userId
String userId
virtual store customer id
-
-
-
类com.baidubce.services.iam.model.DisableAccessKeyResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.EnableAccessKeyResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.GetGroupResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.GetLoginProfileResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
enabledLoginMfa
Boolean enabledLoginMfa
enabledLoginMfa -
loginMfaType
String loginMfaType
loginMfaType -
needResetPassword
Boolean needResetPassword
needResetPassword -
password
String password
password -
thirdPartyAccount
String thirdPartyAccount
thirdPartyAccount -
thirdPartyType
String thirdPartyType
thirdPartyType
-
-
-
类com.baidubce.services.iam.model.GetPolicyResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.GetRoleResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.GetUserResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.GetVsAccountResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
accountId
String accountId
virtual store account id -
accountType
String accountType
virtual store customer account type -
company
String company
virtual store customer company -
email
String email
virtual store customer email -
mobilePhone
String mobilePhone
virtual store customer mobile phone -
name
String name
virtual store customer name -
userId
String userId
virtual store customer id
-
-
-
类com.baidubce.services.iam.model.ListAccessKeyResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
accessKeys
List<ListAccessKeyResponse.AccessKey> accessKeys
accessKeys
-
-
-
类com.baidubce.services.iam.model.ListGroupResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
groups
List<ListGroupResponse.Group> groups
groups
-
-
-
类com.baidubce.services.iam.model.ListGroupsForUserResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
groups
List<ListGroupsForUserResponse.Group> groups
groups
-
-
-
类com.baidubce.services.iam.model.ListPoliciesForGroupResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
policies
List<ListPoliciesForGroupResponse.Policy> policies
policies
-
-
-
类com.baidubce.services.iam.model.ListPoliciesForRoleResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
policies
List<ListPoliciesForRoleResponse.Policy> policies
policies
-
-
-
类com.baidubce.services.iam.model.ListPoliciesForUserResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
policies
List<ListPoliciesForUserResponse.Policy> policies
policies
-
-
-
类com.baidubce.services.iam.model.ListPolicyResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
policies
List<ListPolicyResponse.Policy> policies
policies
-
-
-
类com.baidubce.services.iam.model.ListRoleResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
roles
List<ListRoleResponse.Role> roles
roles
-
-
-
类com.baidubce.services.iam.model.ListUserResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
users
List<ListUserResponse.User> users
users
-
-
-
类com.baidubce.services.iam.model.ListUsersInGroupResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
users
List<ListUsersInGroupResponse.User> users
users
-
-
-
类com.baidubce.services.iam.model.ListVsAccountsResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.UpdateGroupResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.UpdateLoginProfileResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
enabledLoginMfa
Boolean enabledLoginMfa
enabledLoginMfa -
loginMfaType
String loginMfaType
loginMfaType -
needResetPassword
Boolean needResetPassword
needResetPassword -
password
String password
password -
thirdPartyAccount
String thirdPartyAccount
thirdPartyAccount -
thirdPartyType
String thirdPartyType
thirdPartyType
-
-
-
类com.baidubce.services.iam.model.UpdateRoleResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.iam.model.UpdateUserResponse扩展BaseBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotalarm.model
-
类com.baidubce.services.iotalarm.model.Alarm扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountUuid
String accountUuid
-
alarmState
String alarmState
-
alarmTrigger
String alarmTrigger
-
condition
String condition
-
desc
String desc
-
destTopic
String destTopic
-
disabled
String disabled
-
endpointName
String endpointName
-
kind
String kind
-
lastMsg
String lastMsg
-
mqttMsgType
String mqttMsgType
-
name
String name
-
recoverTime
long recoverTime
-
refreshTime
long refreshTime
-
select
String select
-
severity
String severity
-
smsMsgType
String smsMsgType
-
smsReceiver
String smsReceiver
-
smsVars
String smsVars
-
startTime
long startTime
-
topic
String topic
-
uuid
String uuid
-
-
-
类com.baidubce.services.iotalarm.model.CommonResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
String result
-
-
-
类com.baidubce.services.iotalarm.model.ListAlarmResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotalarm.model.UuidResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdm.model
-
类com.baidubce.services.iotdm.model.AccessDetailResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.CreateDevicesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
int amount
-
devices
List<String> devices
-
things
List<ThingDetail> things
-
-
-
类com.baidubce.services.iotdm.model.CreateEndpointResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.DeviceAccessDetail扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.DeviceProfileResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.DeviceQueryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
int amount
-
deviceProfiles
List<DeviceProfile> deviceProfiles
-
-
-
类com.baidubce.services.iotdm.model.GetEndpointsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
int amount
-
endpointList
List<EndpointInResponse> endpointList
-
-
-
类com.baidubce.services.iotdm.model.GroupInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.GroupListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
groups
List<DeviceGroup> groups
-
-
-
-
程序包 com.baidubce.services.iotdm.model.v3.device
-
类com.baidubce.services.iotdm.model.v3.device.DeviceAccessDetailResponse扩展AccessDetailResponse实现可序列化
-
类com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.v3.device.DeviceListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.v3.device.DeviceProfileListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
int amount
-
devices
List<DeviceProfile> devices
-
pageNo
int pageNo
-
pageSize
int pageSize
-
-
-
类com.baidubce.services.iotdm.model.v3.device.DeviceProfileResponse扩展DeviceBasicInfoResponse实现可序列化
-
序列化字段
-
attributes
com.fasterxml.jackson.databind.JsonNode attributes
-
device
DeviceAttributes device
-
-
-
类com.baidubce.services.iotdm.model.v3.device.DeviceViewResponse扩展DeviceBasicInfoResponse实现可序列化
-
序列化字段
-
profileVersion
int profileVersion
-
properties
List<DeviceViewResponse.DeviceViewAttribute> properties
-
-
-
-
程序包 com.baidubce.services.iotdm.model.v3.domain
-
类com.baidubce.services.iotdm.model.v3.domain.DomainDetail扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Long createTime
Create time of Domain . -
description
String description
Description of Domain . -
deviceNum
Integer deviceNum
Device number in Domain . -
devices
List<String> devices
List of Devices in Domain . -
lastUpdatedTime
Long lastUpdatedTime
Last updated time of Domain . -
name
String name
Name of Domain . -
type
Domain.DomainType type
Type of Domain .
-
-
-
类com.baidubce.services.iotdm.model.v3.domain.DomainDeviceListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
amount
Integer amount
Device number in Domain . -
devices
List<DeviceInDomain> devices
List of Devices in Domain . -
pageNo
Integer pageNo
Page number of Device in Domain . -
pageSize
Integer pageSize
Page size of Device in Domain .
-
-
-
类com.baidubce.services.iotdm.model.v3.domain.DomainListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.v3.domain.UpdateDomainDevicesResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdm.model.v3.rules
-
类com.baidubce.services.iotdm.model.v3.rules.DeviceFormatRuleResponse扩展DeviceRuleResponse实现可序列化
-
序列化字段
-
format
DeviceRuleFormat format
Format of transfer to TSDB .
-
-
-
类com.baidubce.services.iotdm.model.v3.rules.DeviceRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Long createTime
Create time of Device Rule . -
destinations
List<DeviceRuleDestinationDetail> destinations
List of Device Rule destination detail . -
deviceName
String deviceName
Device name of Device Rule . -
enable
Boolean enable
Whether open Device Rule or not . -
id
String id
ID of Device Rule . -
name
String name
Name of Device Rule . -
sources
List<DeviceRuleSourceDetail> sources
List of Device Rule Source detail . -
updateTime
Long updateTime
Update time of Device Rule .
-
-
-
-
程序包 com.baidubce.services.iotdm.model.v3.schema
-
类com.baidubce.services.iotdm.model.v3.schema.SchemaCreateResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
schemaId
String schemaId
-
-
-
类com.baidubce.services.iotdm.model.v3.schema.SchemaListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdm.model.v3.schema.SchemaResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
long createTime
-
description
String description
-
id
String id
-
lastUpdatedTime
long lastUpdatedTime
-
name
String name
-
properties
List<SchemaProperty> properties
-
-
-
-
程序包 com.baidubce.services.iotdmp.model
-
类com.baidubce.services.iotdmp.model.CommonResult扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
String result
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.alarm
-
类com.baidubce.services.iotdmp.model.alarm.AlarmRecordInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmContent
String alarmContent
-
alarmLevel
int alarmLevel
-
description
String description
-
instanceId
String instanceId
-
name
String name
-
ownerId
String ownerId
-
ownerName
String ownerName
-
processContent
String processContent
-
processTime
String processTime
-
recordId
String recordId
-
ruleId
String ruleId
-
status
String status
-
triggerTime
String triggerTime
-
-
-
类com.baidubce.services.iotdmp.model.alarm.AlarmRuleInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
activeState
boolean activeState
-
alarmLevel
int alarmLevel
-
alarmPattern
String alarmPattern
-
alarmState
String alarmState
-
createTime
String createTime
-
description
String description
-
instanceId
String instanceId
-
name
String name
-
notification
Set<String> notification
-
ruleId
String ruleId
-
updateTime
String updateTime
-
-
-
类com.baidubce.services.iotdmp.model.alarm.ListAlarmRecordResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alarmLevel
Integer alarmLevel
-
name
String name
-
next
String next
-
pageSize
int pageSize
-
result
List<AlarmRecordInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.alarm.ListAlarmRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
name
String name
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<AlarmRuleInfo> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.bie.app
-
类com.baidubce.services.iotdmp.model.bie.app.AppResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.bie.app.ListNodeAppsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<NodeAppResponse> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.bie.app.NodeAppResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
appId
String appId
-
appName
String appName
-
createTime
String createTime
-
description
String description
-
instanceId
String instanceId
-
instanceName
String instanceName
-
nodeId
String nodeId
-
protocolId
String protocolId
-
protocolName
String protocolName
-
status
String status
-
type
String type
-
version
String version
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.bie.edge.gateway
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.AppInfoListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<GetAppInfoResponse> items
-
pageNo
int pageNo
-
pageSize
int pageSize
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.BusinessTemplatesListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<BusinessTemplatesInfo> items
-
pageNo
int pageNo
-
pageSize
int pageSize
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.DriverInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
application
Object application
-
bind
boolean bind
-
configuration
Object configuration
-
createTime
String createTime
-
description
String description
-
driverConfig
DriverConfig driverConfig
-
driverInstName
String driverInstName
-
driverName
String driverName
-
name
String name
-
namespace
String namespace
-
nodeName
String nodeName
-
protocol
String protocol
-
type
int type
-
updateTime
String updateTime
-
version
String version
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.DriverListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<DriverInfo> items
-
name
String name
-
pageNo
int pageNo
-
selector
String selector
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.GetAccesstemplatesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<GetAccesstemplatesResponse.AccesstemplatesInfo> items
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.GetAppInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
autoScaleCfg
Object autoScaleCfg
-
coreStatus
String coreStatus
-
coreTime
String coreTime
-
createTime
String createTime
-
description
String description
-
initServices
List<AppInfoService> initServices
-
jobConfig
Object jobConfig
-
labels
Map<String,String> labels
-
mode
String mode
-
name
String name
-
namespace
String namespace
-
ota
Object ota
-
registries
List<AppInfoRegistry> registries
-
replica
int replica
-
selector
String selector
-
services
List<AppInfoService> services
-
system
boolean system
-
type
String type
-
version
String version
-
volumeMounts
Object volumeMounts
-
volumes
List<AppInfoVolume> volumes
-
workload
String workload
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.GetBieDeviceConfigResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.GetBieDeviceListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<GetBieDeviceListResponse.SubDeviceBindInfo> items
-
pageNo
int pageNo
-
pageSize
int pageSize
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.GetEdgeGatewayNodeDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accelerator
String accelerator
-
annotations
Map<String,String> annotations
-
appMode
String appMode
-
cluster
boolean cluster
-
coreId
String coreId
-
createTime
String createTime
-
description
String description
-
desire
GetEdgeGatewayNodeDetailResponse.Desire desire
-
labels
Map<String,String> labels
-
link
String link
-
mode
String mode
-
name
String name
-
namespace
String namespace
-
nodeMode
String nodeMode
-
ready
int ready
-
report
GetEdgeGatewayNodeDetailResponse.Report report
-
sysApps
List<String> sysApps
-
version
String version
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.GetNodeAppInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<GetNodeAppInfoResponse.AppInfo> items
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.ListEdgeGatewayNodeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
alias
String alias
-
pageNo
int pageNo
-
pageSize
int pageSize
-
productKey
String productKey
-
result
List<ListEdgeGatewayNodeResponse.EdgeGateWayNodeInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.bie.edge.gateway.UnbindEdgeGatewayDriverSubDeviceListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<DeviceInfo> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.bie.node
-
类com.baidubce.services.iotdmp.model.bie.node.GetInstallNodeInitResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.bie.node.GetInstallNodePropertyResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.bie.node.ListNodeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<NodeResponse> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.bie.node.NodeResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.bie.protocol
-
类com.baidubce.services.iotdmp.model.bie.protocol.BusinessTemplatesApp扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
initServices
List<BusinessTemplatesAppService> initServices
-
labels
Map<String,String> labels
-
mode
BieMode mode
-
name
String name
-
registries
List<BusinessTemplatesAppRegistry> registries
-
replica
int replica
-
selector
String selector
-
services
List<BusinessTemplatesAppService> services
-
type
BieAppType type
-
version
String version
-
volumes
List<BusinessTemplatesAppVolume> volumes
-
workload
BieWorkload workload
-
-
-
类com.baidubce.services.iotdmp.model.bie.protocol.BusinessTemplatesAppRegistry扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.bie.protocol.BusinessTemplatesAppRegistryList扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<BusinessTemplatesAppRegistry> items
-
total
long total
-
-
-
类com.baidubce.services.iotdmp.model.bie.protocol.ListProtocolResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProtocolResponse> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.bie.protocol.ProtocolResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.bie.protocol.ProtocolsMarkdownResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
content
String content
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.c2c
-
程序包 com.baidubce.services.iotdmp.model.component
-
程序包 com.baidubce.services.iotdmp.model.device
-
类com.baidubce.services.iotdmp.model.device.DeviceInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accessType
List<String> accessType
-
activeState
boolean activeState
-
activeTime
String activeTime
-
alias
String alias
-
authType
String authType
-
banState
boolean banState
-
createTime
String createTime
-
deviceName
String deviceName
-
deviceSecret
String deviceSecret
-
deviceType
String deviceType
-
enableState
boolean enableState
-
instanceId
String instanceId
-
lastOnlineTime
String lastOnlineTime
-
onlineState
boolean onlineState
-
productCategory
String productCategory
-
productKey
String productKey
-
updateTime
String updateTime
-
-
-
类com.baidubce.services.iotdmp.model.device.DeviceResourcesConnectionInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
content
DeviceResourcesConnectionInfo.Content content
-
resourceType
ResourceType resourceType
-
-
-
类com.baidubce.services.iotdmp.model.device.ListDeviceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.device.ListDeviceStatesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<DeviceStatesInfo> result
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.device.batch
-
类com.baidubce.services.iotdmp.model.device.batch.BatchDownloadMqtt扩展AbstractBceResponse实现可序列化
-
序列化字段
-
authType
String authType
-
deviceList
List<DeviceResourceInfo> deviceList
-
-
-
类com.baidubce.services.iotdmp.model.device.batch.BatchInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
batchId
String batchId
-
createTime
String createTime
-
deviceNums
long deviceNums
-
instanceId
String instanceId
-
mqttAuth
String mqttAuth
-
mqttEnabled
boolean mqttEnabled
-
pageNo
int pageNo
-
pageSize
int pageSize
-
productKey
String productKey
-
productName
String productName
-
result
List<DeviceInfo> result
-
totalCount
int totalCount
-
updateTime
String updateTime
-
-
-
类com.baidubce.services.iotdmp.model.device.batch.BatchManageInfo扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.device.batch.DeviceResourceInfo扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.device.batch.GetBatchPageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<BatchManageInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.device.batch.GetBatchTuplesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<DeviceTuples> result
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.device.evs
-
类com.baidubce.services.iotdmp.model.device.evs.EvsDeviceInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
content
EvsContent content
-
open
boolean open
-
-
-
类com.baidubce.services.iotdmp.model.device.evs.GetEvsChannelResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.device.evs.GetEvsChannelUrlResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
url
String url
-
-
-
类com.baidubce.services.iotdmp.model.device.evs.GetEvsRecordingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.device.evs.GetEvsThumbnailResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.device.tag
-
类com.baidubce.services.iotdmp.model.device.tag.ListTagResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
tags
List<CommonTagInfo> tags
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.device.topic
-
类com.baidubce.services.iotdmp.model.device.topic.ListTopicResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<MqttTopicInfo> result
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.device.topo
-
类com.baidubce.services.iotdmp.model.device.topo.DeviceSubsetsFileResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
leaf
List<DeviceSubsetsKey> leaf
-
root
DeviceSubsetsKey root
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.fm
-
类com.baidubce.services.iotdmp.model.fm.ConfigManagementListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ConfigManagementResponse> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.fm.ConfigManagementResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.fm.ConfigTaskDetailListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ConfigTaskDetailResponse> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.fm.ConfigTaskDetailResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.fm.ConfigTaskListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.fm.ConfigVersionListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.fm.GetConfigVersionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
downloadUrl
String downloadUrl
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.group
-
程序包 com.baidubce.services.iotdmp.model.instance
-
类com.baidubce.services.iotdmp.model.instance.ExtensionResourceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.instance.InstanceInfo扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.instance.ListInstanceResourceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
resources
List<InstanceResourceManageInfo> resources
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.instance.ListInstancesResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.linkage
-
类com.baidubce.services.iotdmp.model.linkage.CreateLinkageRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
ruleId
String ruleId
-
-
-
类com.baidubce.services.iotdmp.model.linkage.LinkageRuleInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
description
String description
-
info
LinkageRuleVo info
-
instanceId
String instanceId
-
name
String name
-
ruleId
String ruleId
-
state
boolean state
-
-
-
类com.baidubce.services.iotdmp.model.linkage.ListLinkageRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
name
String name
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<LinkageRuleInfo> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.ota.device
-
程序包 com.baidubce.services.iotdmp.model.ota.packages
-
类com.baidubce.services.iotdmp.model.ota.packages.CheckOtaPackageResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.packages.ListOtaPackageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
labels
List<String> labels
-
packages
List<ListOtaPackageResponse.OtaPackageData> packages
-
page
int page
-
perPage
int perPage
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.ota.packages.OSStsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.packages.UploadOtaPackageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
packageId
int packageId
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.ota.packing
-
类com.baidubce.services.iotdmp.model.ota.packing.CancelOtaPackingResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
issueId
int issueId
-
pid
int pid
-
-
-
类com.baidubce.services.iotdmp.model.ota.packing.CreateOtaPackingResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
issueId
int issueId
-
pid
int pid
-
-
-
类com.baidubce.services.iotdmp.model.ota.packing.DeleteOtaPackingResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
issueId
int issueId
-
pid
int pid
-
-
-
类com.baidubce.services.iotdmp.model.ota.packing.GetOtaPackingStatusResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
hasNextStep
boolean hasNextStep
-
issueId
int issueId
-
pid
int pid
-
status
int status
-
stepName
String stepName
-
-
-
类com.baidubce.services.iotdmp.model.ota.packing.ListOtaCompletedPackingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.packing.ListOtaUncompletedPackingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.packing.Packing扩展AbstractBceResponse实现可序列化
-
序列化字段
-
dstVersion
String dstVersion
-
fileMd5
String fileMd5
-
fileSha1
String fileSha1
-
fileSize
int fileSize
-
fileType
int fileType
-
hasNextStep
boolean hasNextStep
-
issueId
int issueId
-
packageName
String packageName
-
packageUrl
String packageUrl
-
platform
int platform
-
showName
String showName
-
srcSha1
String srcSha1
-
srcVersion
String srcVersion
-
status
int status
-
stepName
String stepName
-
submitTime
String submitTime
-
type
int type
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.ota.product
-
类com.baidubce.services.iotdmp.model.ota.product.CreateOtaProductResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.product.ListOtaProductOperationResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
logs
List<OtaProductOperationLog> logs
-
page
int page
-
perPage
int perPage
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.ota.product.ListOtaProductResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
page
int page
-
perPage
int perPage
-
products
List<OtaProduct> products
-
total
int total
-
-
-
类com.baidubce.services.iotdmp.model.ota.product.OtaProductConfig扩展AbstractBceResponse实现可序列化
-
序列化字段
-
ability
List<String> ability
-
activeDevAmount
Integer activeDevAmount
-
chipType
String chipType
-
combinePid
Integer combinePid
-
company
String company
-
createdAt
String createdAt
-
deviceType
String deviceType
-
discount
String discount
-
enableAdvance
Boolean enableAdvance
-
enableAuthDev
Boolean enableAuthDev
-
enableChannel
Integer enableChannel
-
enableDiffLimit
Boolean enableDiffLimit
-
enableGrayRelease
Boolean enableGrayRelease
-
enableResToken
Boolean enableResToken
-
enableService
Boolean enableService
-
exclusive
Integer exclusive
-
groupId
Integer groupId
-
isAiotProduct
Boolean isAiotProduct
-
name
String name
-
os
String os
-
pid
Integer pid
-
priceType
String priceType
-
productSecret
String productSecret
-
remark
String remark
-
servicePrice
Integer servicePrice
-
status
String status
-
taskConfig
TaskConfig taskConfig
-
thresholdPcdn
Integer thresholdPcdn
-
updatedAt
String updatedAt
-
-
-
类com.baidubce.services.iotdmp.model.ota.product.OtaProductDetail扩展AbstractBceResponse实现可序列化
-
序列化字段
-
ability
List<String> ability
-
activeDevAmount
Integer activeDevAmount
-
chipType
String chipType
-
combinePid
Integer combinePid
-
company
String company
-
createdAt
String createdAt
-
discount
String discount
-
enableService
Boolean enableService
-
groupId
Integer groupId
-
name
String name
-
os
String os
-
pid
Integer pid
-
priceType
String priceType
-
remark
String remark
-
servicePrice
Integer servicePrice
-
status
String status
-
updatedAt
String updatedAt
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.ota.statistics
-
类com.baidubce.services.iotdmp.model.ota.statistics.OtaTaskIssuedFailedStatisticsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.statistics.OtaTaskIssuedFailureInfoStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
stage
String stage
-
summary
List<FailureReason> summary
-
top10
List<FailureReason> top10
-
total
Integer total
-
-
-
类com.baidubce.services.iotdmp.model.ota.statistics.OtaTaskIssuedStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
activeDevcount
Integer activeDevcount
-
activeDevtotal
Integer activeDevtotal
-
assignCount
Integer assignCount
-
deduplicationIssuedCount
Integer deduplicationIssuedCount
-
failedDevcount
Integer failedDevcount
-
plannedUpgradeCount
Integer plannedUpgradeCount
-
successDevcount
Integer successDevcount
-
taskStatus
String taskStatus
-
upgradeTotalCount
Integer upgradeTotalCount
-
-
-
类com.baidubce.services.iotdmp.model.ota.statistics.OtaTaskProductLineWeekStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
weekData
List<OtaTaskProductLineWeekStatisticsResponse.Item> weekData
-
-
-
类com.baidubce.services.iotdmp.model.ota.statistics.OtaTaskStageStatisticsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.statistics.OtaTaskStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
downloadDevCount
DownloadDevCount downloadDevCount
-
installDevCount
InstallDevCount installDevCount
-
nextUpdateAt
String nextUpdateAt
-
requestDevCount
Integer requestDevCount
-
updateAt
String updateAt
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.ota.task
-
类com.baidubce.services.iotdmp.model.ota.task.CreateOtaTaskResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
task
CreateOtaTaskResponse.Task task
-
-
-
类com.baidubce.services.iotdmp.model.ota.task.GetOtaTaskResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.task.GrayTask扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.task.ListOtaTaskResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.task.UpdateOtaTaskResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.ota.task.UpdateOtaTaskStatusResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.platform
-
类com.baidubce.services.iotdmp.model.platform.AuthRuleChainExternalDestinationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.platform.CreateRuleChainExternalDestinationResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
String id
-
-
-
类com.baidubce.services.iotdmp.model.platform.CreateRuleChainResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
rulechainId
String rulechainId
-
-
-
类com.baidubce.services.iotdmp.model.platform.ListRuleChainDestinationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.platform.ListRuleChainResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.platform.PlatformRuleChainInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
compute
RuleChainComputeInfo compute
-
createTime
String createTime
-
description
String description
-
destinations
List<RuleChainDestinationInfo> destinations
-
errorDestinations
List<RuleChainDestinationInfo> errorDestinations
-
name
String name
-
source
String source
-
status
String status
-
-
-
类com.baidubce.services.iotdmp.model.platform.UploadKafkaConfigFileResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
id
String id
-
-
-
类com.baidubce.services.iotdmp.model.platform.ValidateRuleChainResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
filter
ValidateResult filter
-
message
ValidateResult message
-
query
ValidateResult query
-
result
ValidateResult result
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.product
-
类com.baidubce.services.iotdmp.model.product.ListProductCategoryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
categoryList
List<ListProductCategoryResponse> categoryList
-
categoryName
String categoryName
-
-
-
类com.baidubce.services.iotdmp.model.product.ListProductModelResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
productName
String productName
-
result
List<ProductModelInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.product.ListProductResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.product.ListSubsetProductResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProductInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.product.ProductInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accessType
List<String> accessType
-
createTime
String createTime
-
description
String description
-
deviceType
String deviceType
-
dynamicRegisterState
boolean dynamicRegisterState
-
extensions
List<String> extensions
-
instanceId
String instanceId
-
logState
boolean logState
-
offlineDetectCycle
Long offlineDetectCycle
-
offlineDetectState
boolean offlineDetectState
-
permanentConnect
boolean permanentConnect
-
productCategory
String productCategory
-
productKey
String productKey
-
productName
String productName
-
productSecret
String productSecret
-
updateTime
String updateTime
-
-
-
类com.baidubce.services.iotdmp.model.product.ProductModelInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accessType
List<String> accessType
-
bindName
String bindName
-
components
List<ProductModelInfo> components
-
description
String description
-
deviceType
DeviceType deviceType
-
features
Thing features
-
modelId
String modelId
-
offlineDetectCycle
Long offlineDetectCycle
-
productCategory
String productCategory
-
productKey
String productKey
-
productName
String productName
-
tags
List<CommonTagInfo> tags
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.product.evs
-
类com.baidubce.services.iotdmp.model.product.evs.EvsSpaceInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
content
EvsContent content
-
open
boolean open
-
-
-
类com.baidubce.services.iotdmp.model.product.evs.GetEvsStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
url
String url
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.product.feature
-
类com.baidubce.services.iotdmp.model.product.feature.DtmlDetailResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.product.feature.ListFeatureResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProductFeatureInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.product.feature.ProductFeatureInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
-
-
程序包 com.baidubce.services.iotdmp.model.product.feature.command
-
类com.baidubce.services.iotdmp.model.product.feature.command.ListFeatureCommandResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProductFeatureCommandInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.product.feature.command.ProductFeatureCommandInfo扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.product.feature.event
-
类com.baidubce.services.iotdmp.model.product.feature.event.ListFeatureEventResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProductFeatureEventInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.product.feature.event.ProductFeatureEventInfo扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.product.feature.property
-
类com.baidubce.services.iotdmp.model.product.feature.property.ListFeaturePropertyResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProductFeaturePropertyInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.product.feature.property.ProductFeaturePropertyInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
dataSchema
Map<String,Object> dataSchema
-
description
String description
-
displayName
String displayName
-
instanceId
String instanceId
-
name
String name
-
productKey
String productKey
-
unit
String unit
-
unitType
String unitType
-
updateTime
String updateTime
-
writable
boolean writable
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.product.repositories
-
类com.baidubce.services.iotdmp.model.product.repositories.SaveCustomProductModelResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
modelId
String modelId
-
-
-
类com.baidubce.services.iotdmp.model.product.repositories.SimpleProductModelInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accessType
List<String> accessType
-
brand
String brand
-
createTime
String createTime
-
description
String description
-
deviceType
DeviceType deviceType
-
manufacturer
String manufacturer
-
model
String model
-
modelId
String modelId
-
productCategory
String productCategory
-
productKey
String productKey
-
productName
String productName
-
tags
List<CommonTagInfo> tags
-
updateTime
String updateTime
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.service
-
类com.baidubce.services.iotdmp.model.service.ConsumerGroupQueueInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.service.ConsumerGroupUserInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.service.CreateConsumerGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
consumerGroupId
String consumerGroupId
-
-
-
类com.baidubce.services.iotdmp.model.service.GetBridgeListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<ServiceResponse> result
-
-
-
类com.baidubce.services.iotdmp.model.service.ListConsumerGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<RabbitmqQueueInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.service.ListInstanceServiceStateResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<ListInstanceServiceStateResponse.ServiceStateItem> result
-
-
-
类com.baidubce.services.iotdmp.model.service.ListSubResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<RabbitmqSubMap> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.service.MessageTypeResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotdmp.model.service.ProductSubscriptionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
consumerGroups
List<ProductSubscriptionResponse.ConsumerGroup> consumerGroups
-
deviceType
DeviceType deviceType
-
instanceId
String instanceId
-
messageTypes
List<ProductSubscriptionResponse.MsgType> messageTypes
-
productKey
String productKey
-
state
Boolean state
-
-
-
类com.baidubce.services.iotdmp.model.service.ResetConsumerGroupUserPwdResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
password
String password
-
-
-
类com.baidubce.services.iotdmp.model.service.ServiceInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clientId
String clientId
-
exchange
String exchange
-
host
String host
-
password
String password
-
port
Integer port
-
protocol
String protocol
-
routeKey
String routeKey
-
sinkQueue
String sinkQueue
-
sourceId
String sourceId
-
sourceQueue
String sourceQueue
-
state
Boolean state
-
topic
String topic
-
username
String username
-
vhost
String vhost
-
-
-
类com.baidubce.services.iotdmp.model.service.ServiceResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotdmp.model.service.rulechain
-
类com.baidubce.services.iotdmp.model.service.rulechain.AvailableMessageTypeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
mainTypeList
List<AvailableMessageTypeResponse.MainType> mainTypeList
-
-
-
类com.baidubce.services.iotdmp.model.service.rulechain.TopicDecodeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
dataType
BlinkDataType dataType
-
description
String description
-
deviceName
String deviceName
-
productKey
String productKey
-
subDataType
BlinkTopicInfo subDataType
-
typeName
String typeName
-
-
-
类com.baidubce.services.iotdmp.model.service.rulechain.TopicEncodeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
topic
String topic
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.shadow
-
类com.baidubce.services.iotdmp.model.shadow.DeviceShadowResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
deviceShadow
String deviceShadow
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<DeviceShadowProperty> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.shadow.ListDeviceShadowSnapshotResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<DeviceShadowSnapshot> result
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.statistics
-
类com.baidubce.services.iotdmp.model.statistics.DeviceStatesStatsResult扩展AbstractBceResponse实现可序列化
-
序列化字段
-
inactiveCount
long inactiveCount
-
offlineCount
long offlineCount
-
onlineCount
long onlineCount
-
-
-
类com.baidubce.services.iotdmp.model.statistics.StatsDeviceMessageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
beginTime
Long beginTime
-
cycle
Cycle cycle
-
endTime
Long endTime
-
result
List<DeviceMessageStatsResult> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.statistics.StatsDeviceTotalResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
beginTime
Long beginTime
-
cycle
Cycle cycle
-
endTime
Long endTime
-
result
List<DeviceTotalStatsResult> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.statistics.StatsLivelyDeviceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
beginTime
Long beginTime
-
cycle
Cycle cycle
-
endTime
Long endTime
-
result
List<LivelyDeviceStatsResult> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotdmp.model.statistics.StatsProductTotalResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
beginTime
Long beginTime
-
cycle
Cycle cycle
-
endTime
Long endTime
-
result
List<ProductTotalStatsResult> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.iotdmp.model.tsdb
-
程序包 com.baidubce.services.iotdmp.model.userlog
-
程序包 com.baidubce.services.iothisk.model
-
类com.baidubce.services.iothisk.model.ActiveResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
String data
Device id activation result data, which normally is the corresponding device id. -
sdkType
int sdkType
Sdk type, which is parsed from active data.
-
-
-
类com.baidubce.services.iothisk.model.BatchCreateClientCertResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
jobId
String jobId
Job ID of the create batch.
-
-
-
类com.baidubce.services.iothisk.model.CipherResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
String data
Encryption / decryption result data.
-
-
-
类com.baidubce.services.iothisk.model.CreateCertGroupResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
groupId
String groupId
Group ID of the group.
-
-
-
类com.baidubce.services.iothisk.model.CreateRootCACertResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
certId
String certId
Cert ID of the root cert.
-
-
-
类com.baidubce.services.iothisk.model.CreateSubCertResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.DefaultIotPkiManageResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.DownloadCrlResponse扩展IotPkiManageDataResponse实现可序列化
-
类com.baidubce.services.iothisk.model.GetBatchCreateStatusResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
certCount
int certCount
Cert count of the create batch. -
certIds
List<GetBatchCreateStatusResponse.DeviceIdAndCertId> certIds
Created cert ID list, contains device ID and cert ID. -
downloadUrl
String downloadUrl
Certs zip download url of the create batch. -
finishCount
int finishCount
Handled cert count of the create batch. -
jobStatus
JobStatus jobStatus
Status of the create batch. -
message
String message
Show the fail detail when create some client certs failed.
-
-
-
类com.baidubce.services.iothisk.model.GetCertGroupResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.GetCertStatusResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
status
CertStatus status
-
-
-
类com.baidubce.services.iothisk.model.GetOcspResponse扩展IotPkiManageDataResponse实现可序列化
-
类com.baidubce.services.iothisk.model.GetRootCACertResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.GetSubCertResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.IotPkiManageDataResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
data
byte[] data
-
-
-
类com.baidubce.services.iothisk.model.IotPkiManageResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iothisk.model.QueryClientCertResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.QueryServerCertResponse扩展IotPkiManageResponse实现可序列化
-
类com.baidubce.services.iothisk.model.RenewSubCertResponse扩展IotPkiManageResponse实现可序列化
-
序列化字段
-
downloadUrl
String downloadUrl
Download url of the sub cert.
-
-
-
-
程序包 com.baidubce.services.iothub.model
-
类com.baidubce.services.iothub.model.BaseResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
message
String message
-
-
-
类com.baidubce.services.iothub.model.BatchGetMqttClientStatusResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
value
Map<String,MqttClientStatus> value
-
-
-
类com.baidubce.services.iothub.model.CreatePrincipalResponse扩展QueryPrincipalResponse实现可序列化
-
类com.baidubce.services.iothub.model.CreatePrincipalWithCertResponse扩展QueryResponse实现可序列化
-
类com.baidubce.services.iothub.model.ListPermissionResponse扩展BaseResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<Permission> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iothub.model.ListResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.MqttClientStatusResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
online
boolean online
-
-
-
类com.baidubce.services.iothub.model.MqttUsageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
publishReceived
long publishReceived
-
publishSent
long publishSent
-
-
-
类com.baidubce.services.iothub.model.Permission扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iothub.model.QueryEndpointDailyMqttUsageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
value
List<DailyMqttUsage> value
-
-
-
类com.baidubce.services.iothub.model.QueryEndpointResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.QueryPermissionResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.QueryPolicyResponse扩展QueryResponse实现可序列化
-
序列化字段
-
policyName
String policyName
-
-
-
类com.baidubce.services.iothub.model.QueryPrincipalResponse扩展QueryResponse实现可序列化
-
类com.baidubce.services.iothub.model.QueryResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.QueryThingResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.RenewCertificateResponse扩展BaseResponse实现可序列化
-
-
程序包 com.baidubce.services.iothub.model.iotcore
-
类com.baidubce.services.iothub.model.iotcore.AddPolicyResponse扩展BaseResponse实现可序列化
-
序列化字段
-
createTs
long createTs
-
policyId
String policyId
-
-
-
类com.baidubce.services.iothub.model.iotcore.CreateDeviceResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.CreateTemplateResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.GetDeviceResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.GetDeviceSignatureResponse扩展BaseResponse实现可序列化
-
序列化字段
-
signature
String signature
-
-
-
类com.baidubce.services.iothub.model.iotcore.GetTemplateResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.PaginationResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.ResetDeviceSecretResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.ScrollPaginationResponse扩展BaseResponse实现可序列化
-
类com.baidubce.services.iothub.model.iotcore.UpdateDeviceResponse扩展BaseResponse实现可序列化
-
-
程序包 com.baidubce.services.iotshc.model
-
类com.baidubce.services.iotshc.model.CommonResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
code
int code
-
message
String message
-
-
-
类com.baidubce.services.iotshc.model.CommonResult扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
String result
-
-
-
-
程序包 com.baidubce.services.iotshc.model.ai
-
类com.baidubce.services.iotshc.model.ai.TtsServiceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
error_code
int error_code
-
url
String url
-
-
-
类com.baidubce.services.iotshc.model.ai.UnitServiceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
content
ProcessQueryContent content
-
err_msg
String err_msg
-
error_code
int error_code
-
-
-
-
程序包 com.baidubce.services.iotshc.model.deivce
-
程序包 com.baidubce.services.iotshc.model.factory
-
类com.baidubce.services.iotshc.model.factory.FactoryInfo扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotshc.model.factory.FactoryInfoListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<FactoryInfo> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.iotshc.model.mqtt
-
程序包 com.baidubce.services.iotshc.model.product
-
类com.baidubce.services.iotshc.model.product.ProductKeyInfo扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountUuid
String accountUuid
-
asrKafka
String asrKafka
-
createTime
String createTime
-
description
String description
-
devSku
String devSku
-
devType
String devType
-
enableDelete
boolean enableDelete
-
fc
String fc
-
fcName
String fcName
-
kafka
String kafka
-
key
String key
-
pid
int pid
-
pk
String pk
-
unitContext
String unitContext
-
unitServiceId
String unitServiceId
-
unitUsid
String unitUsid
-
updateTime
String updateTime
-
-
-
类com.baidubce.services.iotshc.model.product.ProductKeyInfoListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
fc
String fc
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ProductKeyInfo> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.iotshc.model.product.ProductKeyTypeListResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotshc.model.token
-
类com.baidubce.services.iotshc.model.token.GetTokenResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
token
String token
-
-
-
-
程序包 com.baidubce.services.iotsmsreceiver.model
-
类com.baidubce.services.iotsmsreceiver.model.IotSmsReceiver扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.iotsmsreceiver.model.ListIotSmsReceiverResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<IotSmsReceiver> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.iottimer.model
-
类com.baidubce.services.iottimer.model.IotTimer扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountUuid
String accountUuid
-
beginAt
long beginAt
-
createTime
String createTime
-
description
String description
-
endpointName
String endpointName
-
executedTimes
long executedTimes
-
lastExecuteTime
long lastExecuteTime
-
msg
String msg
-
name
String name
-
period
long period
-
status
String status
-
times
long times
-
topic
String topic
-
updateTime
String updateTime
-
uuid
String uuid
-
-
-
类com.baidubce.services.iottimer.model.ListIotTimerResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.iotviz.model
-
类com.baidubce.services.iotviz.model.CreateTokenResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
token
String token
-
-
-
-
程序包 com.baidubce.services.ipv6Gateway.model
-
类com.baidubce.services.ipv6Gateway.model.CreateEgressOnlyRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
egressOnlyRuleId
String egressOnlyRuleId
-
-
-
类com.baidubce.services.ipv6Gateway.model.CreateIpv6GatewayResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
gatewayId
String gatewayId
The Ipv6Gateway's id
-
-
-
类com.baidubce.services.ipv6Gateway.model.Ipv6GatewayResponse扩展ListResponse实现可序列化
-
序列化字段
-
bandwidthInMbps
int bandwidthInMbps
-
egressOnlyRules
List<EgressOnlyRule> egressOnlyRules
-
gatewayId
String gatewayId
-
name
String name
-
rateLimitRules
List<RateLimitRule> rateLimitRules
-
vpcId
String vpcId
-
-
-
类com.baidubce.services.ipv6Gateway.model.ListEgressOnlyRuleResponse扩展ListResponse实现可序列化
-
序列化字段
-
egressOnlyRules
List<EgressOnlyRule> egressOnlyRules
List of ipv6Gateway' EgressOnlyRule info
-
-
-
类com.baidubce.services.ipv6Gateway.model.ListRateLimitRuleResponse扩展ListResponse实现可序列化
-
序列化字段
-
rateLimitRules
List<RateLimitRule> rateLimitRules
List of ipv6Gateway' RateLimitRule info
-
-
-
类com.baidubce.services.ipv6Gateway.model.RateLimitRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
rateLimitRuleId
String rateLimitRuleId
-
-
-
-
程序包 com.baidubce.services.kafka.model
-
类com.baidubce.services.kafka.model.PageListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
int pageNo
-
pageSize
int pageSize
-
total
int total
-
-
-
-
程序包 com.baidubce.services.kafka.model.acl
-
类com.baidubce.services.kafka.model.acl.CreateAclResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
username
String username
-
-
-
类com.baidubce.services.kafka.model.acl.DeleteAclResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
username
String username
-
-
-
类com.baidubce.services.kafka.model.acl.ListAclResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.kafka.model.cluster
-
类com.baidubce.services.kafka.model.cluster.CreateClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterId
String clusterId
-
-
-
类com.baidubce.services.kafka.model.cluster.DecreaseBrokerCountResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.DeleteClusterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
clusterId
String clusterId
The id of cluster.
-
-
-
类com.baidubce.services.kafka.model.cluster.ExpandBrokerDiskCapacityResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.GetClusterAccessEndpointsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accessEndpoints
List<AccessEndpoint> accessEndpoints
-
-
-
类com.baidubce.services.kafka.model.cluster.GetClusterDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
cluster
ClusterDetail cluster
-
-
-
类com.baidubce.services.kafka.model.cluster.GetClusterNodesResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.IncreaseBrokerCountResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.ListClustersResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.ResizeClusterEipBandwidthResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.StartClusterResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.StopClusterResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.SwitchClusterEipResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.UpdateAccessConfigResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.cluster.UpdateBrokerNodeTypeResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.kafka.model.consumer
-
类com.baidubce.services.kafka.model.consumer.DeleteConsumerGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
groupName
String groupName
-
-
-
类com.baidubce.services.kafka.model.consumer.ListConsumerGroupResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.consumer.ListSubscribedTopicsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.consumer.ResetConsumerGroupResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
groupName
String groupName
-
-
-
-
程序包 com.baidubce.services.kafka.model.job
-
类com.baidubce.services.kafka.model.job.CancelJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.kafka.model.job.GetJobDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
job
Job job
-
-
-
类com.baidubce.services.kafka.model.job.GetOperationDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
operation
OperationDetail operation
-
-
-
类com.baidubce.services.kafka.model.job.ListJobsResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.kafka.model.job.ResumeJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.kafka.model.job.StartJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.kafka.model.job.SuspendJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
-
程序包 com.baidubce.services.kafka.model.topic
-
类com.baidubce.services.kafka.model.topic.CreateTopicResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
topicName
String topicName
-
-
-
类com.baidubce.services.kafka.model.topic.DeleteTopicResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
topicName
String topicName
-
-
-
类com.baidubce.services.kafka.model.topic.GetSubscribedGroupDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
subscribePartitions
List<GroupTopicPartition> subscribePartitions
-
-
-
类com.baidubce.services.kafka.model.topic.GetTopicDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
topic
TopicDetail topic
-
-
-
类com.baidubce.services.kafka.model.topic.GetTopicPartitionDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
topicName
String topicName
-
topicPartition
TopicPartition topicPartition
-
-
-
类com.baidubce.services.kafka.model.topic.ListSubscribedGroupsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.topic.ListTopicPartitionsResponse扩展PageListResponse实现可序列化
-
序列化字段
-
partitions
List<TopicPartition> partitions
-
-
-
类com.baidubce.services.kafka.model.topic.ListTopicResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.topic.UpdateTopicResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
topicName
String topicName
-
-
-
-
程序包 com.baidubce.services.kafka.model.user
-
类com.baidubce.services.kafka.model.user.CreateUserResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
username
String username
The username of user created.
-
-
-
类com.baidubce.services.kafka.model.user.DeleteUserResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
username
String username
The username of user which deleted.
-
-
-
类com.baidubce.services.kafka.model.user.ListUserResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kafka.model.user.ResetUserPasswordResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
username
String username
The username of the user reseted.
-
-
-
-
程序包 com.baidubce.services.kms.model
-
类com.baidubce.services.kms.model.CreateKeyResponse扩展KmsResponse实现可序列化
-
序列化字段
-
keyMetadata
KeyMetadata keyMetadata
-
-
-
类com.baidubce.services.kms.model.DecryptResponse扩展KmsResponse实现可序列化
-
类com.baidubce.services.kms.model.DescribeKeyResponse扩展KmsResponse实现可序列化
-
序列化字段
-
keyMetadata
KeyMetadata keyMetadata
-
-
-
类com.baidubce.services.kms.model.EncryptResponse扩展KmsResponse实现可序列化
-
类com.baidubce.services.kms.model.GenerateDataKeyResponse扩展KmsResponse实现可序列化
-
类com.baidubce.services.kms.model.GetParametersForImportResponse扩展KmsResponse实现可序列化
-
类com.baidubce.services.kms.model.KmsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.kms.model.ListKeysResponse扩展KmsResponse实现可序列化
-
序列化字段
-
keys
List<ListKeysResponse.Key> keys
-
nextMarker
String nextMarker
-
truncated
boolean truncated
-
-
-
类com.baidubce.services.kms.model.ScheduleKeyDeletionResponse扩展KmsResponse实现可序列化
-
类com.baidubce.services.kms.model.UpdateRotationResponse扩展KmsResponse实现可序列化
-
序列化字段
-
success
int success
-
-
-
-
程序包 com.baidubce.services.localdns.model
-
类com.baidubce.services.localdns.model.AddRecordResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
recordId
String recordId
记录的ID
-
-
-
类com.baidubce.services.localdns.model.CreatePrivateZoneResponse扩展BaseBceResponse实现可序列化
-
序列化字段
-
zoneId
String zoneId
Zone的ID
-
-
-
类com.baidubce.services.localdns.model.GetPrivateZoneResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.localdns.model.ListPrivateZoneResponse扩展BaseBceResponse实现可序列化
-
类com.baidubce.services.localdns.model.ListRecordResponse扩展BaseBceResponse实现可序列化
-
-
程序包 com.baidubce.services.lps.model
-
类com.baidubce.services.lps.model.DirectionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
DirectionResponse.PathRoute result
Result of direction.
-
-
-
类com.baidubce.services.lps.model.ListRouteResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
data
List<ListRouteResponse.RouteInfo> data
-
meta
ListRouteResponse.Meta meta
-
-
-
类com.baidubce.services.lps.model.RouteMatrixResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
List<RouteMatrixResponse.Distance> result
Total result of routes calculation.
-
-
-
类com.baidubce.services.lps.model.UploadRouteResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
routeId
String routeId
-
-
-
-
程序包 com.baidubce.services.lss.model
-
类com.baidubce.services.lss.model.AntiLeech扩展Object实现可序列化
-
类com.baidubce.services.lss.model.Audio扩展Object实现可序列化
-
类com.baidubce.services.lss.model.AuthInfo扩展Object实现可序列化
-
类com.baidubce.services.lss.model.Bos扩展Object实现可序列化
-
类com.baidubce.services.lss.model.Capture扩展Object实现可序列化
-
类com.baidubce.services.lss.model.CodecOptions扩展Object实现可序列化
-
序列化字段
-
profile
String profile
-
-
-
类com.baidubce.services.lss.model.CreateNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.CreatePresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.CreateSessionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
notification
String notification
-
play
LivePlay play
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
status
String status
-
thumbnail
String thumbnail
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.CreateStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
app
String app
-
createTime
String createTime
-
description
String description
-
destinationPushUrl
String destinationPushUrl
-
notification
String notification
-
play
LivePlay play
-
playDomain
String playDomain
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
scene
String scene
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
status
String status
-
thumbnail
String thumbnail
-
thumbnails
List<String> thumbnails
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.DeleteNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.DeletePresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.DeleteSessionResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.Encryption扩展Object实现可序列化
-
序列化字段
-
hls
HlsEncryption hls
-
-
-
类com.baidubce.services.lss.model.GetAllDomainsBandwidthResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endTime
String endTime
-
startTime
String startTime
-
statistics
List<GetAllDomainsBandwidthResponse.BandwidthStatistics> statistics
-
timeInterval
String timeInterval
-
-
-
类com.baidubce.services.lss.model.GetAllDomainsBandwidthResponse.BandwidthStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.GetAllDomainsBandwidthResponseV2扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.GetAllDomainsBandwidthResponseV2.BandwidthStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.GetAllDomainsPlayCountResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endTime
String endTime
-
flvStatistics
List<GetAllDomainsPlayCountResponse.PlayCountStatistics> flvStatistics
-
hlsStatistics
List<GetAllDomainsPlayCountResponse.PlayCountStatistics> hlsStatistics
-
rtmpStatistics
List<GetAllDomainsPlayCountResponse.PlayCountStatistics> rtmpStatistics
-
startTime
String startTime
-
timeInterval
String timeInterval
-
-
-
类com.baidubce.services.lss.model.GetAllDomainsPlayCountResponse.PlayCountStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.GetAllDomainsTrafficResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endTime
String endTime
-
startTime
String startTime
-
statistics
List<GetAllDomainsTrafficResponse.TrafficStatistics> statistics
-
timeInterval
String timeInterval
-
-
-
类com.baidubce.services.lss.model.GetAllDomainsTrafficResponse.TrafficStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.GetAppResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
-
类com.baidubce.services.lss.model.GetAppStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
error
SessionErrorInfo error
-
notification
String notification
-
play
LivePlay play
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
statistics
RealTimeSessionStatistics statistics
-
status
String status
-
streamingStatus
String streamingStatus
-
-
-
类com.baidubce.services.lss.model.GetDomainStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
aggregate
LiveStatistics aggregate
-
domain
String domain
-
endDate
String endDate
-
startDate
String startDate
-
statistics
List<LiveStatisticsWithDate> statistics
-
-
-
类com.baidubce.services.lss.model.GetDomainSummaryStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endTime
String endTime
-
startTiem
String startTiem
-
summary
LiveStatisticsSummary summary
-
-
-
类com.baidubce.services.lss.model.GetNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.GetOneDomainBandwidthResponse扩展GetAllDomainsBandwidthResponse实现可序列化
-
类com.baidubce.services.lss.model.GetOneDomainBandwidthResponseV2扩展GetAllDomainsBandwidthResponseV2实现可序列化
-
序列化字段
-
domain
String domain
-
-
-
类com.baidubce.services.lss.model.GetOneDomainPlayCountResponse扩展GetAllDomainsPlayCountResponse实现可序列化
-
序列化字段
-
domain
String domain
-
-
-
类com.baidubce.services.lss.model.GetOneDomainTrafficResponse扩展GetAllDomainsTrafficResponse实现可序列化
-
序列化字段
-
domain
String domain
-
-
-
类com.baidubce.services.lss.model.GetPresetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
audio
Audio audio
-
createTime
String createTime
-
description
String description
-
forwardOnly
Boolean forwardOnly
-
hls
Hls hls
-
name
String name
-
rtmp
Rtmp rtmp
-
thumbnail
LiveThumbnail thumbnail
-
video
Video video
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.GetRecordingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.GetSecurityPolicyResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
antiLeech
AntiLeech antiLeech
-
auth
AuthInfo auth
-
createTime
String createTime
-
encryption
Encryption encryption
-
name
String name
-
-
-
类com.baidubce.services.lss.model.GetSessionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
error
SessionErrorInfo error
-
notification
String notification
-
play
LivePlay play
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
statistics
RealTimeSessionStatistics statistics
-
status
String status
-
streamingStatus
String streamingStatus
-
thumbnail
String thumbnail
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.GetSessionSourceInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.GetSessionStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
aggregate
SessionAggregate aggregate
-
endDate
String endDate
-
sessionId
String sessionId
-
startDate
String startDate
-
statistics
List<InnerSessionStatistics> statistics
-
-
-
类com.baidubce.services.lss.model.GetStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
app
String app
-
audit
String audit
-
createTime
String createTime
-
description
String description
-
destinationPushUrl
String destinationPushUrl
-
notification
String notification
-
play
LivePlay play
-
playDomain
String playDomain
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
scene
String scene
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
statistics
GetStreamResponse.StreamingStatistics statistics
-
status
String status
-
streamingStatus
String streamingStatus
-
thumbnail
String thumbnail
-
thumbnails
List<String> thumbnails
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.GetStreamResponse.StreamingStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.GetStreamSourceInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
app
String app
live stream app -
audio
GetStreamSourceInfoResponse.Audio audio
audio info part -
captureTime
Date captureTime
timestamp of this stream info -
inputBitRateInBps
Integer inputBitRateInBps
total input bit rate -
playDomain
String playDomain
live stream play domain -
publishIP
String publishIP
client ip that push the stream -
score
Integer score
quality of the stream, value between [0, 100], high score means good quality -
sessionId
String sessionId
global unique session id -
sourceIP
String sourceIP
ip of CDN server that push the stream to media server -
stream
String stream
live stream name -
video
GetStreamSourceInfoResponse.Video video
video info part
-
-
-
类com.baidubce.services.lss.model.GetStreamStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
aggregate
LiveStatistics aggregate
-
app
String app
-
endDate
String endDate
-
startDate
String startDate
-
statistics
List<LiveStatisticsWithDate> statistics
-
stream
String stream
-
-
-
类com.baidubce.services.lss.model.Hls扩展Object实现可序列化
-
类com.baidubce.services.lss.model.HlsEncryption扩展Object实现可序列化
-
序列化字段
-
strategy
String strategy
-
-
-
类com.baidubce.services.lss.model.InnerSessionStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.InsertCuePointResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.IP扩展Object实现可序列化
-
类com.baidubce.services.lss.model.ListAppResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
apps
List<GetAppResponse> apps
-
-
-
类com.baidubce.services.lss.model.ListAppStreamsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
sessions
List<LiveSession> sessions
-
-
-
类com.baidubce.services.lss.model.ListDomainAppResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.ListDomainStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
domainStatisticsList
List<LiveDomainStatistics> domainStatisticsList
-
-
-
类com.baidubce.services.lss.model.ListNotificationsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
notifications
List<Notification> notifications
-
-
-
类com.baidubce.services.lss.model.ListPresetsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
presets
List<LivePreset> presets
-
-
-
类com.baidubce.services.lss.model.ListRealtimeStreamStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
realTimeStreamStatisticsList
List<RealTimeStreamStatistics> realTimeStreamStatisticsList
-
-
-
类com.baidubce.services.lss.model.ListRecordingsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
recordings
List<RecordingInfo> recordings
-
-
-
类com.baidubce.services.lss.model.ListSecurityPoliciesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
securityPolicies
List<SecurityPolicyInfo> securityPolicies
-
-
-
类com.baidubce.services.lss.model.ListSessionsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
sessions
List<LiveSession> sessions
-
-
-
类com.baidubce.services.lss.model.ListStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
isTruncated
Boolean isTruncated
-
marker
String marker
-
nextMarker
String nextMarker
-
streams
List<LiveStream> streams
-
-
-
类com.baidubce.services.lss.model.ListStreamStatisticsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
streamStatisticsList
List<LiveStreamStatistics> streamStatisticsList
-
totalCount
Integer totalCount
-
-
-
类com.baidubce.services.lss.model.LiveDomainStatistics扩展Object实现可序列化
-
序列化字段
-
aggregate
LiveStatistics aggregate
-
domain
String domain
-
endDate
String endDate
-
startDate
String startDate
-
-
-
类com.baidubce.services.lss.model.LivePlay扩展Object实现可序列化
-
类com.baidubce.services.lss.model.LivePreset扩展Object实现可序列化
-
序列化字段
-
audio
Audio audio
-
createTime
String createTime
-
description
String description
-
forwardOnly
Boolean forwardOnly
-
hls
Hls hls
-
name
String name
-
rtmp
Rtmp rtmp
-
thumbnail
LiveThumbnail thumbnail
-
video
Video video
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.LivePublish扩展Object实现可序列化
-
类com.baidubce.services.lss.model.LiveSession扩展Object实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
error
SessionErrorInfo error
-
notification
String notification
-
play
LivePlay play
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
status
String status
-
streamingStatus
String streamingStatus
-
thumbnail
String thumbnail
-
watermarks
Watermarks watermarks
-
-
-
类com.baidubce.services.lss.model.LiveStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.LiveStatisticsSummary扩展Object实现可序列化
-
类com.baidubce.services.lss.model.LiveStatisticsWithDate扩展LiveStatistics实现可序列化
-
序列化字段
-
date
String date
-
-
-
类com.baidubce.services.lss.model.LiveStream扩展Object实现可序列化
-
类com.baidubce.services.lss.model.LiveStreamStatistics扩展Object实现可序列化
-
序列化字段
-
aggregate
LiveStatistics aggregate
-
app
String app
-
endDate
String endDate
-
startDate
String startDate
-
stream
String stream
-
-
-
类com.baidubce.services.lss.model.LiveThumbnail扩展Object实现可序列化
-
类com.baidubce.services.lss.model.Notification扩展Object实现可序列化
-
类com.baidubce.services.lss.model.PauseAppStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.PauseDomainStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.PauseSessionResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.PlayPrefix扩展Object实现可序列化
-
类com.baidubce.services.lss.model.PublishPrefix扩展Object实现可序列化
-
序列化字段
-
push
String push
-
-
-
类com.baidubce.services.lss.model.RealTimeSessionStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.RealTimeStreamStatistics扩展Object实现可序列化
-
类com.baidubce.services.lss.model.RecordingClipResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.RecordingInfo扩展Object实现可序列化
-
类com.baidubce.services.lss.model.Refer扩展Object实现可序列化
-
类com.baidubce.services.lss.model.RefreshSessionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
error
SessionErrorInfo error
-
notification
String notification
-
play
LivePlay play
-
preset
String preset
-
presets
Map<String,String> presets
-
publish
LivePublish publish
-
recording
String recording
-
securityPolicy
String securityPolicy
-
sessionId
String sessionId
-
status
String status
-
streamingStatus
String streamingStatus
-
-
-
类com.baidubce.services.lss.model.ResetDomainStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.ResumeAppStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.ResumeDomainStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.ResumeSessionResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.Rtmp扩展Object实现可序列化
-
序列化字段
-
gopCache
Boolean gopCache
是否缓存一个gop
-
-
-
类com.baidubce.services.lss.model.SecurityPolicyInfo扩展Object实现可序列化
-
序列化字段
-
antiLeech
AntiLeech antiLeech
-
auth
AuthInfo auth
-
createTime
String createTime
-
encryption
Encryption encryption
-
name
String name
-
-
-
类com.baidubce.services.lss.model.SessionAggregate扩展Object实现可序列化
-
类com.baidubce.services.lss.model.SessionErrorInfo扩展Object实现可序列化
-
类com.baidubce.services.lss.model.StartPullSessionResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.StartRecordingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.StopRecordingResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.StreamingStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
streams
List<StreamingStream> streams
-
-
-
类com.baidubce.services.lss.model.Target扩展Object实现可序列化
-
类com.baidubce.services.lss.model.UpdateSecurityPolicyResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.lss.model.Video扩展Object实现可序列化
-
类com.baidubce.services.lss.model.Watermarks扩展Object实现可序列化
-
-
程序包 com.baidubce.services.media.model
-
类com.baidubce.services.media.model.CreateJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.media.model.CreateNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.CreatePipelineResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.CreatePresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.CreateSubtitleJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.media.model.CreateThumbnailJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.media.model.CreateThumbnailPresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.CreateTranscodingJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
jobId
String jobId
-
-
-
类com.baidubce.services.media.model.CreateWaterMarkResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
watermarkId
String watermarkId
-
-
-
类com.baidubce.services.media.model.DeleteNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.DeletePipelineResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.DeletePresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.DeleteThumbnailPresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.DeleteWaterMarkResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.ErrorResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
message
String message
-
-
-
类com.baidubce.services.media.model.GetJobResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.GetMediaInfoOfFileResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
audio
AudioInfo audio
音频流信息 -
bucket
String bucket
文件所在的BOS的Bucket -
container
String container
封装格式 -
durationInMillisecond
Integer durationInMillisecond
文件时长,单位:毫秒 -
durationInSecond
Integer durationInSecond
文件时长,单位:秒 -
etag
String etag
文件的MD5值 -
fileSizeInByte
Long fileSizeInByte
文件的大小 -
key
String key
文件的BOS的Key -
type
String type
文件类型 -
video
VideoInfo video
视频流信息
-
-
-
类com.baidubce.services.media.model.GetNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.GetPipelineResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.GetPresetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
audio
Audio audio
audio settings -
clip
Clip clip
clip source -
container
String container
preset container, options include mp4, flv, hls, mp3, m4a, a-hls, pcm, dash -
createdTime
String createdTime
the UTC created time of the preset -
description
String description
preset description -
encryption
Encryption encryption
HLS encryption settings -
extraCfg
ExtraCfg extraCfg
extra transcoding configurations -
presetName
String presetName
preset name -
state
String state
the state of the preset (ACTIVE/INACTIVE) -
transCfg
TransCfg transCfg
transcoding configurations -
transmux
Boolean transmux
transmux mode -
video
Video video
video settings -
watermarkId
String watermarkId
watermark Id -
watermarks
Watermarks watermarks
multiple watermarks setting
-
-
-
类com.baidubce.services.media.model.GetSubtitleJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
config
SubtitleConfig config
The extra configuration of subtitle job -
error
MediaError error
error information -
jobId
String jobId
the subtitle job Id -
jobStatus
String jobStatus
the subtitle job status -
pipelineName
String pipelineName
The pipeline name of the subtitle job -
source
SubtitleSource source
The source information of the subtitle job -
target
SubtitleTargetStatus target
The target configuration of the subtitle job
-
-
-
类com.baidubce.services.media.model.GetThumbnailJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
capture
ThumbnailCapture capture
the information that tells how to pick the thumbnails -
crop
Area crop
crop area -
delogoArea
Area delogoArea
delogo area -
error
MediaError error
error information -
jobId
String jobId
the thumbnail job Id -
jobStatus
String jobStatus
the thumbnail job status -
pipelineName
String pipelineName
the pipeline name of the thumbnail job -
presetName
String presetName
the preset name of the thumbnail job -
source
ThumbnailSource source
the source information of the thumbnail job -
target
ThumbnailTargetStatus target
the target information of the thumbnail job
-
-
-
类com.baidubce.services.media.model.GetThumbnailPresetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
capture
ThumbnailPresetCapture capture
The information that tells how to pick the thumbnails -
createdTime
String createdTime
The UTC created time of the thumbnail preset -
description
String description
Preset description -
presetName
String presetName
The name of the thumbnail preset -
state
String state
The state of the thumbnail preset (ACTIVE/INACTIVE) -
target
ThumbnailPresetTarget target
The target information of the thumbnail preset
-
-
-
类com.baidubce.services.media.model.GetTranscodingEncryptionKeyResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
encryptionKey
String encryptionKey
-
-
-
类com.baidubce.services.media.model.GetTranscodingJobResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
endTime
Date endTime
-
error
MediaError error
-
jobId
String jobId
-
jobStatus
String jobStatus
-
output
JobOutputInfo output
job output info -
pipelineName
String pipelineName
-
source
Source source
-
startTime
Date startTime
-
target
Target target
-
-
-
类com.baidubce.services.media.model.GetWaterMarkResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
allowScaling
Boolean allowScaling
allow watermarks to scale automatically -
bucket
String bucket
Bos bucket -
createTime
String createTime
the create time of the watermark -
dx
String dx
horizontal offset in pixel or percent example: "100" means 100 pixel "0.1" means 10% -
dy
String dy
vertical offset in pixel or percent example: "100" means 100 pixel "0.1" means 10% -
height
String height
height of watermark in pixel or percent example: "100" means 100 pixel "0.1" means 10% -
horizontalAlignment
String horizontalAlignment
horizontal alignment, options include left, center, right -
horizontalOffsetInPixel
Integer horizontalOffsetInPixel
horizontal offset in pixel -
key
String key
Bos key -
repeated
Integer repeated
display repeated times, 0 for infinite times -
timeline
Timeline timeline
display timeline setting -
verticalAlignment
String verticalAlignment
vertical alignment, options include left, center, right -
verticalOffsetInPixel
Integer verticalOffsetInPixel
vertical offset in pixel -
watermarkId
String watermarkId
the auto-generated watermark Id -
width
String width
width of watermark in pixel or percent example: "100" means 100 pixel "0.1" means 10%
-
-
-
类com.baidubce.services.media.model.ListJobsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.ListNotificationsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
notifications
List<Notification> notifications
-
-
-
类com.baidubce.services.media.model.ListPipelinesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pipelines
List<PipelineStatus> pipelines
-
-
-
类com.baidubce.services.media.model.ListPresetsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
presets
List<GetPresetResponse> presets
-
-
-
类com.baidubce.services.media.model.ListSubtitleJobsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
subtitles
List<SubtitleJobStatus> subtitles
subtitle job list.
-
-
-
类com.baidubce.services.media.model.ListThumbnailJobsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
thumbnails
List<ThumbnailJobStatus> thumbnails
-
-
-
类com.baidubce.services.media.model.ListThumbnailPresetsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
presets
List<GetThumbnailPresetResponse> presets
-
-
-
类com.baidubce.services.media.model.ListTranscodingJobsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.ListWaterMarkResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.Notification扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.UpdatePipelineResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.UpdatePresetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.media.model.UpdateThumbnailPresetResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.mms.model
-
类com.baidubce.services.mms.model.InsertVideoResultResponse扩展MmsBaseResponse实现可序列化
-
类com.baidubce.services.mms.model.MmsBaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.mms.model.MmsListLibResponse扩展MmsBaseResponse实现可序列化
-
序列化字段
-
pageNo
Integer pageNo
-
pageSize
Integer pageSize
-
result
List<MmsListLibResponse.Result> result
-
totalCount
Integer totalCount
-
-
-
类com.baidubce.services.mms.model.MmsListMediaResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
Integer pageNo
-
pageSize
Integer pageSize
-
result
List<MmsListMediaResponse.Result> result
-
totalCount
Integer totalCount
-
-
-
类com.baidubce.services.mms.model.SearchImageResponse扩展MmsBaseResponse实现可序列化
-
类com.baidubce.services.mms.model.SearchVideoResponse扩展MmsBaseResponse实现可序列化
-
-
程序包 com.baidubce.services.modbus.model
-
类com.baidubce.services.modbus.model.BaseResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
success
String success
-
-
-
类com.baidubce.services.modbus.model.ListCustomFieldRespons扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.modbus.model.ListDataDescResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<DataDescription> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.modbus.model.ListParserObjectResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<ParserObject> result
-
totalCount
int totalCount
-
-
-
类com.baidubce.services.modbus.model.ListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.modbus.model.QueryDataDescResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
abbreviation
String abbreviation
-
address
String address
-
bit
Integer bit
-
createTime
String createTime
-
formula
String formula
-
kind
String kind
-
length
Integer length
-
name
String name
-
parserObjectUuid
String parserObjectUuid
-
rangeHigher
Double rangeHigher
-
rangeLower
Double rangeLower
-
state
String state
-
status
String status
-
unit
String unit
-
updateTime
String updateTime
-
userProperties
HashMap<String,String> userProperties
-
uuid
String uuid
-
-
-
-
程序包 com.baidubce.services.modbus.model.device
-
类com.baidubce.services.modbus.model.device.DeviceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
address
String address
-
baud
int baud
-
code
String code
-
createTime
String createTime
-
databits
int databits
-
description
String description
-
gatewayUuid
String gatewayUuid
-
mode
String mode
-
parity
String parity
-
slaveId
int slaveId
-
state
String state
-
stopbits
int stopbits
-
updateTime
String updateTime
-
uuid
String uuid
-
-
-
类com.baidubce.services.modbus.model.device.ListDeviceResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.modbus.model.gateway
-
类com.baidubce.services.modbus.model.gateway.GatewayResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
backControlTopic
String backControlTopic
-
code
String code
-
commandTopic
String commandTopic
-
createTime
String createTime
-
description
String description
-
deviceNum
int deviceNum
-
host
String host
-
password
String password
-
state
String state
-
updateTime
String updateTime
-
username
String username
-
useSsl
boolean useSsl
-
uuid
String uuid
-
-
-
类com.baidubce.services.modbus.model.gateway.ListGatewayResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
order
String order
-
orderBy
String orderBy
-
pageNo
int pageNo
-
pageSize
int pageSize
-
result
List<GatewayResponse> result
-
totalCount
int totalCount
-
-
-
-
程序包 com.baidubce.services.modbus.model.parserobject
-
程序包 com.baidubce.services.modbus.model.pullrule
-
类com.baidubce.services.modbus.model.pullrule.CreatePullRuleResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.modbus.model.pullrule.ListPullRuleResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.modbus.model.pullrule.PullRuleResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.modbus.model.pullrule.PullRuleResponseWithDevice扩展PullRuleResponse实现可序列化
-
序列化字段
-
device
DeviceUnitDto device
-
-
-
-
程序包 com.baidubce.services.moladb.model
-
类com.baidubce.services.moladb.model.BatchGetItemResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
responses
Map<String,List<Map<String,AttributeValue>>> responses
-
unprocessedItems
Map<String,KeysAndAttributes> unprocessedItems
-
-
-
类com.baidubce.services.moladb.model.BatchWriteItemResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
unprocessedItems
Map<String,List<WriteRequest>> unprocessedItems
-
-
-
类com.baidubce.services.moladb.model.CreateInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.CreateTableResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.DeleteInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.DeleteItemResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.DeleteTableResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.GetInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.GetItemResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
item
Map<String,AttributeValue> item
-
-
-
类com.baidubce.services.moladb.model.GetTableResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
attributeDefinitions
List<AttributeDefinition> attributeDefinitions
-
creationDateTime
Date creationDateTime
-
itemCount
Long itemCount
-
keySchema
List<KeySchemaElement> keySchema
-
provisionedThroughput
ProvisionedThroughputDescription provisionedThroughput
-
tableName
String tableName
-
tableSizeInBytes
Long tableSizeInBytes
-
tableStatus
String tableStatus
-
-
-
类com.baidubce.services.moladb.model.ListInstancesResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.ListTablesResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.PutItemResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.QueryResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
items
List<Map<String,AttributeValue>> items
-
lastEvaluatedKey
Key lastEvaluatedKey
-
-
-
类com.baidubce.services.moladb.model.UpdateItemResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.moladb.model.UpdateTableResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.mvs.model
-
类com.baidubce.services.mvs.model.InsertImageResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.mvs.model.InsertVideoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.mvs.model.SearchImageByImageResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.mvs.model.SearchVideoByVideoResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.nat.model
-
类com.baidubce.services.nat.model.CreateNatResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
natId
String natId
the id of nat created.
-
-
-
类com.baidubce.services.nat.model.CreateNatRuleResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
ruleId
String ruleId
the id of nat rule newly created.
-
-
-
类com.baidubce.services.nat.model.GetNatResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
eips
List<String> eips
The eips of this nat. -
expireTime
String expireTime
The expireTime of this nat. -
id
String id
The id of this nat. -
name
String name
The name of this nat. -
paymentTiming
String paymentTiming
The paymentTiming of this nat. -
spec
String spec
The spec of this nat. -
status
String status
The status of this nat. -
tags
List<TagModel> tags
the list of tags which are bound to nat instance -
vpcId
String vpcId
The vpcId of this nat.
-
-
-
类com.baidubce.services.nat.model.ListDnatRuleResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.nat.model.ListNatResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.nat.model.ListSnatRuleResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.ocr.model
-
类com.baidubce.services.ocr.model.BankcardRecognitionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
logId
BigInteger logId
-
result
BankCardResult result
-
-
-
类com.baidubce.services.ocr.model.GeneralRecognitionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
direction
Integer direction
-
logId
BigInteger logId
-
result
List<GeneralWordsResult> result
-
resultNum
Long resultNum
-
-
-
类com.baidubce.services.ocr.model.IdcardRecognitionResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
direction
Integer direction
-
logId
BigInteger logId
-
result
Map<String,IdcardWordsResult> result
-
resultNum
Long resultNum
-
-
-
-
程序包 com.baidubce.services.peerconn.model
-
类com.baidubce.services.peerconn.model.CreatePeerConnResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
peerConnId
String peerConnId
the id of peer conn created.
-
-
-
类com.baidubce.services.peerconn.model.GetPeerConnResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidthInMbps
int bandwidthInMbps
The bandwidthInMbps of peer conn. -
createdTime
String createdTime
The createdTime of peer conn. -
description
String description
The description of peer conn. -
dnsStatus
String dnsStatus
The dnsStatus of peer conn. -
expiredTime
String expiredTime
The expiredTime of peer conn. -
localIfId
String localIfId
The localIfId of peer conn. -
localIfName
String localIfName
The localIfName of peer conn. -
localRegion
String localRegion
The localRegion of peer conn. -
localVpcId
String localVpcId
The localVpcId of peer conn. -
paymentTiming
String paymentTiming
The paymentTiming of peer conn. -
peerAccountId
String peerAccountId
The peerAccountId of peer conn. -
peerConnId
String peerConnId
The peerConnId of peer conn. -
peerRegion
String peerRegion
The peerRegion of peer conn. -
peerVpcId
String peerVpcId
The peerVpcId of peer conn. -
role
String role
The role of peer conn. -
status
String status
The status of peer conn. -
tags
List<TagModel> tags
the list of tags which are bound to peer conn instance
-
-
-
类com.baidubce.services.peerconn.model.ListPeerConnResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.rds.model
-
类com.baidubce.services.rds.model.RdsAccount扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accountName
String accountName
-
accountType
RdsAccountType accountType
-
databasePrivileges
List<RdsDatabasePrivileges> databasePrivileges
-
desc
String desc
-
remark
String remark
-
status
RdsAccountStatus status
-
type
String type
-
-
-
类com.baidubce.services.rds.model.RdsAccountListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
accounts
List<RdsAccount> accounts
-
-
-
类com.baidubce.services.rds.model.RdsBackupInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsCreateAccountResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsCreateInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsGetBackupListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsInstanceDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
backupPolicy
RdsBackupPolicy backupPolicy
-
category
String category
-
characterSetName
String characterSetName
-
cpuCount
Integer cpuCount
-
endpoint
RdsEndpoint endpoint
-
engine
RdsEngine engine
-
engineVersion
String engineVersion
-
instanceCreateTime
Date instanceCreateTime
-
instanceExpireTime
Date instanceExpireTime
-
instanceId
String instanceId
-
instanceName
String instanceName
-
instanceStatus
String instanceStatus
-
instanceType
RdsInstanceType instanceType
-
memoryCapacity
Integer memoryCapacity
-
nodeAmount
Integer nodeAmount
-
paymentTiming
String paymentTiming
-
publicAccessStatus
String publicAccessStatus
-
region
String region
-
sourceInstanceId
String sourceInstanceId
-
sourceRegion
String sourceRegion
-
subnets
List<RdsSubnet> subnets
-
syncMode
String syncMode
-
topology
RdsTopology topology
-
usedStorage
Integer usedStorage
-
volumeCapacity
Integer volumeCapacity
-
vpcId
String vpcId
-
zoneNames
List<String> zoneNames
-
-
-
类com.baidubce.services.rds.model.RdsInstanceListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
instances
List<RdsInstance> instances
-
isTruncated
boolean isTruncated
-
marker
String marker
-
maxKeys
Integer maxKeys
-
nextMarker
String nextMarker
-
-
-
类com.baidubce.services.rds.model.RdsParameterListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
parameters
List<RdsParameter> parameters
-
-
-
类com.baidubce.services.rds.model.RdsReleaseInstanceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsSlowLogDownloadDetailResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsSlowLogDownloadTasksResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
slowLogs
List<RdsSlowLogDownloadTask> slowLogs
-
-
-
类com.baidubce.services.rds.model.RdsSlowLogResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
count
Integer count
-
slowLogs
List<RdsSlowLogItem> slowLogs
-
-
-
类com.baidubce.services.rds.model.RdsSubnetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.rds.model.RdsZoneResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.ros.model
-
类com.baidubce.services.ros.model.BaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ros.model.CurrentTaskResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
taskDatas
List<CurrentTaskResponse.TaskData> taskDatas
-
-
-
类com.baidubce.services.ros.model.DeleteMatrixResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ros.model.FastOrderSolutionResponse扩展RosGeneralResponse实现可序列化
-
序列化字段
-
solution
FastOrderSolution solution
-
-
-
类com.baidubce.services.ros.model.FastOrderSolutionResponseV2扩展RosGeneralResponse实现可序列化
-
序列化字段
-
solution
FastOrderSolutionV2 solution
-
-
-
类com.baidubce.services.ros.model.GetSchedulerResultResponse扩展BaseResponse实现可序列化
-
序列化字段
-
solution
ExternalSolution solution
-
-
-
类com.baidubce.services.ros.model.GetSingleVehicleResultResponse扩展BaseResponse实现可序列化
-
序列化字段
-
route
ExternalRoute route
-
-
-
类com.baidubce.services.ros.model.HighWayLocationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ros.model.MatrixResponse扩展BaseResponse实现可序列化
-
序列化字段
-
commitId
String commitId
matrix version
-
-
-
类com.baidubce.services.ros.model.RosGeneralResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ros.model.UpdateWeightResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.ros.model.problem
-
类com.baidubce.services.ros.model.problem.GetRouteResponse扩展BaseResponse实现可序列化
-
序列化字段
-
route
Route route
-
-
-
类com.baidubce.services.ros.model.problem.GetSolutionResponse扩展RosGeneralResponse实现可序列化
-
序列化字段
-
solution
Solution solution
-
-
-
类com.baidubce.services.ros.model.problem.PartitionResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.route.model
-
类com.baidubce.services.route.model.CreateRouteResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
routeRuleId
String routeRuleId
the route rule id
-
-
-
类com.baidubce.services.route.model.GetRouteResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.ruleengine.model
-
类com.baidubce.services.ruleengine.model.FeedMessageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
String result
-
-
-
类com.baidubce.services.ruleengine.model.ListRuleResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ruleengine.model.Rule扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
destinations
List<Destination> destinations
-
endpoint
String endpoint
-
endpointUuid
String endpointUuid
-
errorEvent
String errorEvent
-
errorTime
String errorTime
-
from
String from
-
name
String name
-
select
String select
-
state
RuleState state
-
updateTime
String updateTime
-
uuid
String uuid
-
where
String where
-
-
-
-
程序包 com.baidubce.services.ruleengine.model.dict
-
类com.baidubce.services.ruleengine.model.dict.Dict扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ruleengine.model.dict.ListDictResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ruleengine.model.dict.ResultStatus扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
String result
-
-
-
类com.baidubce.services.ruleengine.model.dict.UuidResult扩展AbstractBceResponse实现可序列化
-
序列化字段
-
uuid
String uuid
-
-
-
类com.baidubce.services.ruleengine.model.dict.WriteDictDataResult扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.scs.model
-
类com.baidubce.services.scs.model.InstanceListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.scs.model.ScsCreateResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.scs.model.ScsInstanceDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
autoRenew
Boolean autoRenew
-
capacity
Integer capacity
-
clusterType
String clusterType
-
domain
String domain
-
enableSlowLog
Boolean enableSlowLog
-
engine
String engine
-
engineVersion
String engineVersion
-
instanceCreateTime
Date instanceCreateTime
-
instanceExpireTime
Date instanceExpireTime
-
instanceId
String instanceId
-
instanceName
String instanceName
-
instanceStatus
String instanceStatus
-
nodeType
String nodeType
-
paymentTiming
String paymentTiming
-
port
String port
-
proxyList
List<ScsProxyNode> proxyList
-
replicationNum
Integer replicationNum
-
shardInfos
List<ScsShardInfo> shardInfos
-
shardNum
Integer shardNum
-
storeType
Integer storeType
-
subnets
List<ScsSubnet> subnets
-
unitPrice
String unitPrice
-
usedCapacity
Integer usedCapacity
-
vnetIp
String vnetIp
-
vpcId
String vpcId
-
zoneNames
List<String> zoneNames
-
-
-
类com.baidubce.services.scs.model.ScsParamListResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.scs.model.ScsRenewInstanceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
orderId
String orderId
-
-
-
类com.baidubce.services.scs.model.ScsSlowLogResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
pageNo
Integer pageNo
-
pageSize
Integer pageSize
-
result
List<ScsSlowLogItem> result
-
totalCount
Integer totalCount
-
-
-
类com.baidubce.services.scs.model.ScsSubnetResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.scs.model.ScsZoneResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.ses.model
-
类com.baidubce.services.ses.model.GetFailedReasonResponse扩展SesResponse实现可序列化
-
类com.baidubce.services.ses.model.GetFeedbackResponse扩展SesResponse实现可序列化
-
类com.baidubce.services.ses.model.GetQuotaResponse扩展SesResponse实现可序列化
-
类com.baidubce.services.ses.model.GetVerifiedDomainResponse扩展SesResponse实现可序列化
-
序列化字段
-
detail
DomainDetailModel detail
The detail of domain, which is returned.- 另请参阅:
DomainDetailModel
-
-
-
类com.baidubce.services.ses.model.GetVerifiedEmailResponse扩展SesResponse实现可序列化
-
序列化字段
-
detail
EmailDetailModel detail
The detail of email, which is returned after getting verified email successfully.- 另请参阅:
EmailDetailModel
-
-
-
类com.baidubce.services.ses.model.IsInRecipientBlacklistResponse扩展SesResponse实现可序列化
-
序列化字段
-
exist
boolean exist
The result of exist, true or false.
-
-
-
类com.baidubce.services.ses.model.ListRecipientBlacklistResponse扩展SesResponse实现可序列化
-
序列化字段
-
recpt
List<RecptModel> recpt
List of recipient blacklist.- 另请参阅:
RecptModel
-
-
-
类com.baidubce.services.ses.model.ListVerifiedDomainResponse扩展SesResponse实现可序列化
-
序列化字段
-
details
List<DomainDetailModel> details
List of verified domain.- 另请参阅:
DomainDetailModel
-
-
-
类com.baidubce.services.ses.model.ListVerifiedEmailResponse扩展SesResponse实现可序列化
-
序列化字段
-
details
List<EmailDetailModel> details
List of verified email.- 另请参阅:
EmailDetailModel
-
-
-
类com.baidubce.services.ses.model.SendEmailResponse扩展SesResponse实现可序列化
-
序列化字段
-
messageId
String messageId
The internal identify.
-
-
-
类com.baidubce.services.ses.model.SesResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.ses.model.VerifyDKIMResponse扩展SesResponse实现可序列化
-
序列化字段
-
token
DkimAttrModelTokenModel token
-
-
-
类com.baidubce.services.ses.model.VerifyDomainResponse扩展SesResponse实现可序列化
-
序列化字段
-
token
String token
The token which is used to verify domain.
-
-
-
-
程序包 com.baidubce.services.sms.model
-
类com.baidubce.services.sms.model.BaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.sms.model.CreateTemplateResponse扩展BaseResponse实现可序列化
-
序列化字段
-
-
类com.baidubce.services.sms.model.GetTemplateDetailResponse扩展SmsResponse实现可序列化
-
序列化字段
-
content
String content
The content of message template
It's max length is 70 chars, whose pattern like this:${KEY}, which key is the name of variable. You can make defined as you need, but should be brief as possible as you can. -
createTime
Date createTime
The create date of message template.
It must be conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z -
name
String name
The name of message template
It's max length is 32 chars, not repeat. -
status
String status
The status of message template.
It is a ENUM, and it's optional value is-
processing
-
valid
-
unvalid
- 另请参阅:
TemplateStatus
-
templateId
String templateId
The URL parameter
The ID of message template. It's unique, and it's pattern like this:smsTpl:6nHdNumZ4ZtGaKO. You have to do URLEncode before using it. -
updateTime
Date updateTime
The update date of message template.
It must be conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z
-
-
-
类com.baidubce.services.sms.model.ListTemplateResponse扩展SmsResponse实现可序列化
-
序列化字段
-
templateList
List<GetTemplateDetailResponse> templateList
-
-
-
类com.baidubce.services.sms.model.QueryMessageDetailResponse扩展SmsResponse实现可序列化
-
序列化字段
-
content
String content
The content of message to send -
messageId
String messageId
The serial number of message -
receiver
List<String> receiver
The receiver of message.
JSON format, like this:["13800238000","13800138001"] -
sendTime
Date sendTime
The send time of message template.
It must be conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z
-
-
-
类com.baidubce.services.sms.model.QueryQuotaResponse扩展SmsResponse实现可序列化
-
类com.baidubce.services.sms.model.SendMessageResponse扩展SmsResponse实现可序列化
-
序列化字段
-
messageId
String messageId
已过时。The serial number of message -
sendStat
SendStatModel sendStat
已过时。
-
-
-
类com.baidubce.services.sms.model.SendMessageV2Response扩展BaseResponse实现可序列化
-
类com.baidubce.services.sms.model.SendMessageV3Response扩展BaseResponse实现可序列化
-
序列化字段
-
data
List<SendMessageItem> data
The response item list of all mobiles in the request
-
-
-
类com.baidubce.services.sms.model.SmsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.sms.model.StatReceiverResponse扩展SmsResponse实现可序列化
-
-
程序包 com.baidubce.services.sms.model.v3
-
类com.baidubce.services.sms.model.v3.CreateSignatureResponse扩展SmsResponse实现可序列化
-
类com.baidubce.services.sms.model.v3.CreateTemplateResponse扩展SmsResponse实现可序列化
-
类com.baidubce.services.sms.model.v3.GetSignatureResponse扩展SmsResponse实现可序列化
-
序列化字段
-
content
String content
Text content of the signature -
contentType
String contentType
Type of the signature -
countryType
String countryType
CountryType indicates the countries or regions in which the signature can be used. -
createDate
Date createDate
The create date of the signature.
Its format must conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z -
review
String review
Review opinion of the signature -
signatureId
String signatureId
The unique code identifying the signature -
status
String status
Approval status of the signature -
updateDate
Date updateDate
The update date of the signature.
Its format must conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z -
userId
String userId
Owner's Baidu Cloud account id of the signature
-
-
-
类com.baidubce.services.sms.model.v3.GetTemplateResponse扩展SmsResponse实现可序列化
-
序列化字段
-
content
String content
Text content of the template -
countryType
String countryType
The countryType indicates the countries or regions in which the template can be used. -
createDate
Date createDate
The create date of the template.
Its format must conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z -
description
String description
Description of the template -
name
String name
Template's name -
review
String review
Review opinion of the template -
smsType
String smsType
The sms type of the template content -
status
String status
Approval status of the template -
templateId
String templateId
The unique code identifying the template -
updateDate
Date updateDate
The update date of the template.
Its format must conform to the standard of SMS API, like this: 2014-06-12T10:08:22Z -
userId
String userId
Owner's Baidu Cloud account id of the template
-
-
-
类com.baidubce.services.sms.model.v3.ListBlackResponse扩展SmsResponse实现可序列化
-
序列化字段
-
blacklists
List<com.baidubce.services.sms.model.v3.ListBlackResponse.BlackDetail> blacklists
result list -
pageNo
int pageNo
current page -
pageSize
int pageSize
perPage Size -
totalCount
int totalCount
Total results
-
-
-
类com.baidubce.services.sms.model.v3.ListSignatureResponse扩展SmsResponse实现可序列化
-
序列化字段
-
signatureApplies
List<GetSignatureResponse> signatureApplies
-
totalCount
int totalCount
The total count of the querying signatures. TotalCount is null when byPage of the listSignatureRequest is false.
-
-
-
类com.baidubce.services.sms.model.v3.ListTemplateResponse扩展SmsResponse实现可序列化
-
序列化字段
-
templates
List<GetTemplateResponse> templates
-
totalCount
int totalCount
The total count of the querying templates TotalCount is null when byPage of the listTemplateRequest is false.
-
-
-
类com.baidubce.services.sms.model.v3.QueryQuotaRateResponse扩展SmsResponse实现可序列化
-
序列化字段
-
quotaApplyCheckReply
String quotaApplyCheckReply
Quota apply update check reply (Reason of checked fail) -
quotaApplyCheckStatus
String quotaApplyCheckStatus
Quota apply update check status (PENDING: checking, PASS: checked pass, FAILURE: checked fail) -
quotaPerDay
int quotaPerDay
Daily quota.
QuotaPerDay indicates the upper limit of the response-success request counts in one natural day. -
quotaPerDayApply
Integer quotaPerDayApply
Daily quota update apply -
quotaPerMonth
int quotaPerMonth
Monthly quota
QuotaPerDay indicates the upper limit of the response-success request counts in one natural month. -
quotaPerMonthApply
Integer quotaPerMonthApply
Monthly quota update apply -
quotaRemainThisMonth
int quotaRemainThisMonth
Remaining quota of this month -
quotaRemainToday
int quotaRemainToday
Remaining quota of this day -
rateLimitPerDay
int rateLimitPerDay
Daily rate limit with same mobile and signature -
rateLimitPerHour
int rateLimitPerHour
Hourly limit of requests with same mobile and signature -
rateLimitPerMinute
int rateLimitPerMinute
The limit of requests with same mobile and signature in one minute -
rateLimitWhitelist
boolean rateLimitWhitelist
RateLimitWhitelist indicates a user is in rate-limit white list or not.
If rateLimitWhitelist is true, SMS will skip counting rate when the user sends SMS request
-
-
-
-
程序包 com.baidubce.services.sts.model
-
程序包 com.baidubce.services.subnet.model
-
类com.baidubce.services.subnet.model.CreateSubnetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
subnetId
String subnetId
The id of subnet created.
-
-
-
类com.baidubce.services.subnet.model.GetSubnetDetailResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
subnet
SubnetDetail subnet
A subnet detail model contains all of the information of specific subnet.
-
-
-
类com.baidubce.services.subnet.model.GetSubnetResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
subnet
Subnet subnet
已过时。A subnet detail model contains all of the information of specific subnet.
-
-
-
类com.baidubce.services.subnet.model.ListSubnetsResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.tablestorage.model
-
类com.baidubce.services.tablestorage.model.AbstractTableStorageResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.BatchDeleteRowResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.BatchGetRowResponse扩展AbstractTableStorageResponse实现可序列化
-
序列化字段
-
results
List<TableStorageResult> results
-
-
-
类com.baidubce.services.tablestorage.model.BatchPutRowResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.CreateTableResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.DeleteRowResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.DropTableResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.GetRowResponse扩展AbstractTableStorageResponse实现可序列化
-
序列化字段
-
result
TableStorageResult result
-
-
-
类com.baidubce.services.tablestorage.model.ListKeyRangesResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.ListTablesResponse扩展AbstractTableStorageResponse实现可序列化
-
序列化字段
-
tables
List<ListTablesResponse.TableInfo> tables
-
-
-
类com.baidubce.services.tablestorage.model.PutRowResponse扩展AbstractTableStorageResponse实现可序列化
-
类com.baidubce.services.tablestorage.model.ScanResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
nextStartKey
String nextStartKey
-
results
List<TableStorageResult> results
-
-
-
类com.baidubce.services.tablestorage.model.ShowTableResponse扩展AbstractTableStorageResponse实现可序列化
-
序列化字段
-
compressType
CompressType compressType
-
createTime
String createTime
-
instanceName
String instanceName
-
maxVersions
int maxVersions
-
storageType
String storageType
-
tableName
String tableName
-
tableState
TableState tableState
-
tableVersion
long tableVersion
-
timeToLive
int timeToLive
-
-
-
类com.baidubce.services.tablestorage.model.ShowTableStateResponse扩展AbstractTableStorageResponse实现可序列化
-
序列化字段
-
tableState
TableState tableState
-
-
-
类com.baidubce.services.tablestorage.model.UpdateTableResponse扩展AbstractTableStorageResponse实现可序列化
-
-
程序包 com.baidubce.services.tag.model
-
类com.baidubce.services.tag.model.ListTagResourcesResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
tagResources
List<TagResource> tagResources
-
-
-
类com.baidubce.services.tag.model.ListTagsResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.tsdb.model
-
类com.baidubce.services.tsdb.model.CreateDatabaseResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
charge
BigDecimal charge
-
databaseId
String databaseId
-
expiredTime
Date expiredTime
-
orderId
String orderId
-
-
-
类com.baidubce.services.tsdb.model.DeleteDatabaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.DeleteDatapointsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
taskId
String taskId
-
-
-
类com.baidubce.services.tsdb.model.ExportDatapointsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
taskId
String taskId
-
-
-
类com.baidubce.services.tsdb.model.GetDatabaseResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.GetFieldsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
fields
Map<String,GetFieldsResponse.FieldInfo> fields
-
-
-
类com.baidubce.services.tsdb.model.GetMetricsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.GetRowsWithSqlResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.GetTagsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.GetTaskInternalResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.ListDatabaseResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
databases
List<GetDatabaseResponse> databases
-
-
-
类com.baidubce.services.tsdb.model.QueryDatapointsResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.tsdb.model.RenewDatabaseResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
charge
BigDecimal charge
-
expiredTime
Date expiredTime
-
orderId
String orderId
-
-
-
类com.baidubce.services.tsdb.model.ResizeDatabaseResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
charge
BigDecimal charge
-
expiredTime
Date expiredTime
-
orderId
String orderId
-
-
-
类com.baidubce.services.tsdb.model.WriteDatapointsResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.vca.model
-
类com.baidubce.services.vca.model.AnalyzeResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vca.model.ImageAnalyzeResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vca.model.ImageAnalyzeResult扩展Object实现可序列化
-
类com.baidubce.services.vca.model.McaEmptyResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vca.model.QueryResultResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vca.model.QuerySubTaskResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vca.model.StreamAnalyzeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Date createTime
-
description
String description
-
durationInSecond
Integer durationInSecond
-
endTime
Date endTime
-
error
VcaError error
-
intervalInSecond
Integer intervalInSecond
-
notification
String notification
-
preset
String preset
-
source
String source
-
startTime
Date startTime
-
status
String status
-
-
-
类com.baidubce.services.vca.model.StreamStopResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.vcr.model
-
类com.baidubce.services.vcr.model.CancelStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.GetAudioResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
error
VcrError error
-
finishTime
String finishTime
-
label
String label
-
mediaId
String mediaId
-
notification
String notification
-
percent
Integer percent
-
preset
String preset
-
results
List<CheckResult> results
-
source
String source
-
status
String status
-
-
-
类com.baidubce.services.vcr.model.GetImageAsyncResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.GetMediaCharacterResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
character
List<CharacterItem> character
-
mediaId
String mediaId
-
source
String source
-
-
-
类com.baidubce.services.vcr.model.GetMediaResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
error
VcrError error
-
finishTime
String finishTime
-
label
String label
-
mediaId
String mediaId
-
notification
String notification
-
percent
Integer percent
-
preset
String preset
-
results
List<CheckResult> results
-
source
String source
-
status
String status
-
-
-
类com.baidubce.services.vcr.model.GetMediaSpeechResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
mediaId
String mediaId
-
source
String source
-
speech
List<SpeechChannel> speech
-
-
-
类com.baidubce.services.vcr.model.GetStreamCheckTaskListResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
isTruncated
boolean isTruncated
-
marker
String marker
-
maxKeys
Integer maxKeys
-
nextMarker
String nextMarker
-
tasks
List<StreamCheckTask> tasks
-
-
-
类com.baidubce.services.vcr.model.GetStreamResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
Date createTime
-
description
String description
-
duration
Integer duration
-
error
VcrError error
-
finishTime
Date finishTime
-
label
String label
-
mediaId
String mediaId
-
notification
String notification
-
preset
String preset
-
results
List<CheckResult> results
-
source
String source
-
startTime
Date startTime
-
status
String status
-
streamId
String streamId
-
streamParams
StreamParams streamParams
-
-
-
类com.baidubce.services.vcr.model.LibBriefResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.LibImageResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.LibResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.PutAudioResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.PutImageAsyncResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.PutImageResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
label
String label
-
results
List<CheckResult> results
-
source
String source
-
-
-
类com.baidubce.services.vcr.model.PutMediaResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.PutStreamResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vcr.model.PutTextResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
label
String label
-
results
List<CheckResult> results
-
text
String text
-
-
-
-
程序包 com.baidubce.services.vms.model
-
程序包 com.baidubce.services.vod.model
-
类com.baidubce.services.vod.model.CreateMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
mediaId
String mediaId
-
-
-
类com.baidubce.services.vod.model.CreateNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.DeleteMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.DeleteNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.GenerateMediaDeliveryInfoResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.GenerateMediaIdResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.GenerateMediaPlayerCodeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
codes
List<PlaybackCode> codes
-
-
-
类com.baidubce.services.vod.model.GetMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
attributes
Attributes attributes
-
createTime
String createTime
-
error
VodError error
-
mediaId
String mediaId
-
meta
MediaMeta meta
-
playableUrlList
List<PlayableUrl> playableUrlList
-
publishTime
String publishTime
-
source
String source
-
status
String status
-
thumbnailList
List<String> thumbnailList
-
transcodingPresetGroupName
String transcodingPresetGroupName
-
-
-
类com.baidubce.services.vod.model.GetMediaSourceDownloadResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
sourceUrl
String sourceUrl
-
-
-
类com.baidubce.services.vod.model.GetMediaStatisticResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
aggregate
MediaStatisticsElement aggregate
-
endTime
Date endTime
-
mediaId
String mediaId
-
startTime
Date startTime
-
statistics
List<MediaStatisticsElement> statistics
-
-
-
类com.baidubce.services.vod.model.GetNotificationResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.GetPartMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.GetPlayableUrlResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
result
PlayableUrl result
-
success
Boolean success
-
-
-
类com.baidubce.services.vod.model.GetPlayerCodeResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
codes
List<PlaybackCode> codes
-
-
-
类com.baidubce.services.vod.model.InternalCreateMediaResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
mediaId
String mediaId
-
-
-
类com.baidubce.services.vod.model.ListMediaResourceByMarkerResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
isTruncated
boolean isTruncated
-
marker
String marker
-
media
List<MediaResource> media
-
nextMarker
String nextMarker
-
-
-
类com.baidubce.services.vod.model.ListMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
media
List<MediaResource> media
-
-
-
类com.baidubce.services.vod.model.ListNotificationsResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
notifications
List<Notification> notifications
-
-
-
类com.baidubce.services.vod.model.PublishMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.ReTranscodeResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.StopMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
类com.baidubce.services.vod.model.UpdateMediaResourceResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.vodpro.model.adaptor.response
-
类com.baidubce.services.vodpro.model.adaptor.response.QueryVcaResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
description
String description
-
durationInSecond
Integer durationInSecond
-
error
QueryVcaResponse.Error error
-
preset
String preset
-
publishTime
String publishTime
-
results
List<QueryVcaResponse.Item> results
-
status
String status
-
url
String url
-
-
-
类com.baidubce.services.vodpro.model.adaptor.response.QueryVcrResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
code
String code
-
msg
String msg
-
result
HSVcrResult result
-
-
-
类com.baidubce.services.vodpro.model.adaptor.response.TaskStartResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.vodpro.model.common
-
类com.baidubce.services.vodpro.model.common.Path.PathDeserializer扩展com.fasterxml.jackson.databind.deser.std.StdDeserializer<Path>实现可序列化
-
类com.baidubce.services.vodpro.model.common.Path.PathSerializer扩展com.fasterxml.jackson.databind.ser.std.StdSerializer<Path>实现可序列化
-
-
程序包 com.baidubce.services.vodpro.model.response
-
类com.baidubce.services.vodpro.model.response.GetVcaResultResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
durationInSecond
Integer durationInSecond
-
error
GetVcaResultResponse.Error error
-
preset
String preset
-
publishTime
String publishTime
-
results
List<GetVcaResultResponse.Item> results
-
source
String source
-
status
String status
-
-
-
类com.baidubce.services.vodpro.model.response.GetVcrResultResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
createTime
String createTime
-
error
GetVcrResultResponse.Error error
-
finishTime
String finishTime
-
label
String label
-
mediaId
String mediaId
-
preset
String preset
-
results
List<GetVcrResultResponse.Result> results
-
source
String source
-
status
String status
-
-
-
类com.baidubce.services.vodpro.model.response.MediaResponse扩展AbstractBceResponse实现可序列化
-
-
程序包 com.baidubce.services.vpc.model
-
类com.baidubce.services.vpc.model.CreateVpcResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
vpcId
String vpcId
the id of vpc created.
-
-
-
类com.baidubce.services.vpc.model.GetVpcPrivateAddressInfoResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
vpcPrivateIpAddresses
List<VpcPrivateIpAddress> vpcPrivateIpAddresses
List of vpc private ip address info
-
-
-
类com.baidubce.services.vpc.model.GetVpcResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
vpc
ShowVpcModel vpc
A vpc detail model contains all of the information of specific vpc.
-
-
-
类com.baidubce.services.vpc.model.ListVpcResponse扩展ListResponse实现可序列化
-
-
程序包 com.baidubce.services.vpn.model
-
类com.baidubce.services.vpn.model.CreateVpnConnResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
vpnConnId
String vpnConnId
-
-
-
类com.baidubce.services.vpn.model.CreateVpnResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
vpnId
String vpnId
-
-
-
类com.baidubce.services.vpn.model.GetVpnResponse扩展AbstractBceResponse实现可序列化
-
序列化字段
-
bandwidthInMbps
Integer bandwidthInMbps
eip bandwidth -
description
String description
description -
eip
String eip
public net ip -
expiredTime
String expiredTime
Expire date -
paymentTiming
String paymentTiming
Billing type -
status
String status
vpn status ,value range :active、building、unconfigured -
vpcId
String vpcId
the id of vpc -
vpnConnNum
Integer vpnConnNum
Number of tunnels -
vpnConns
List<VpnConn> vpnConns
VPN Tunnel list -
vpnId
String vpnId
the id of vpn -
vpnName
String vpnName
name
-
-
-
类com.baidubce.services.vpn.model.ListVpnConnResponse扩展ListResponse实现可序列化
-
类com.baidubce.services.vpn.model.ListVpnResponse扩展ListResponse实现可序列化
-