public static class ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyHeaders
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
xManagedCount
The details of the index list.
|
Long |
xManagedStorageSize
The total number of indexes in the OpenStore cold phase.
|
Integer |
xOSSCount
The time when the index list was queried.
|
Long |
xOSSStorageSize
This parameter is deprecated.
|
构造器和说明 |
---|
ListInstanceIndicesResponseBodyHeaders() |
@NameInMap(value="X-Managed-Count") public Integer xManagedCount
The details of the index list.
@NameInMap(value="X-Managed-StorageSize") public Long xManagedStorageSize
The total number of indexes in the OpenStore cold phase.
@NameInMap(value="X-OSS-Count") public Integer xOSSCount
The time when the index list was queried.
@NameInMap(value="X-OSS-StorageSize") public Long xOSSStorageSize
This parameter is deprecated.
public static ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyHeaders build(Map<String,?> map) throws Exception
Exception
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyHeaders setXManagedCount(Integer xManagedCount)
public Integer getXManagedCount()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyHeaders setXManagedStorageSize(Long xManagedStorageSize)
public Long getXManagedStorageSize()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyHeaders setXOSSCount(Integer xOSSCount)
public Integer getXOSSCount()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyHeaders setXOSSStorageSize(Long xOSSStorageSize)
public Long getXOSSStorageSize()
Copyright © 2024. All rights reserved.