@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NfsInode extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ASSIGNED_SIZE |
static String |
SERIALIZED_NAME_ENTITY_ASYNC_STATUS |
static String |
SERIALIZED_NAME_FILE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_LOCAL_ID |
static String |
SERIALIZED_NAME_LOCAL_UPDATED_AT |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NFS_EXPORT |
static String |
SERIALIZED_NAME_PARENT_ID |
static String |
SERIALIZED_NAME_SHARED_SIZE |
static String |
SERIALIZED_NAME_SNAPSHOT_NUM |
static String |
SERIALIZED_NAME_UNIQUE_LOGICAL_SIZE |
static String |
SERIALIZED_NAME_UNIQUE_SIZE |
| 构造器和说明 |
|---|
NfsInode() |
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS
public static final String SERIALIZED_NAME_LOCAL_UPDATED_AT
public static final String SERIALIZED_NAME_UNIQUE_LOGICAL_SIZE
public void setAssignedSize(Long assignedSize)
public NfsInode entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public void setFile(Boolean _file)
public void setId(String id)
public NfsInode labels(List<NestedLabel> labels)
public NfsInode addLabelsItem(NestedLabel labelsItem)
@Nullable public List<NestedLabel> getLabels()
public void setLabels(List<NestedLabel> labels)
public void setLocalId(String localId)
public void setLocalUpdatedAt(String localUpdatedAt)
public void setName(String name)
public NfsInode nfsExport(NestedNfsExport nfsExport)
@Nonnull public NestedNfsExport getNfsExport()
public void setNfsExport(NestedNfsExport nfsExport)
public void setParentId(String parentId)
public void setSharedSize(Long sharedSize)
public void setSnapshotNum(Integer snapshotNum)
@Nullable public Double getUniqueLogicalSize()
public void setUniqueLogicalSize(Double uniqueLogicalSize)
public void setUniqueSize(Long uniqueSize)
Copyright © 2025. All rights reserved.