public class AttrOverrideSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
AttrOverrideSpec()
No args constructor for use in serialization
|
AttrOverrideSpec(Timespec atime,
Long blocks,
Timespec ctime,
Long gid,
Long ino,
String kind,
Timespec mtime,
Long nlink,
Integer perm,
Long rdev,
Long size,
Long uid) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Timespec |
getAtime() |
Long |
getBlocks() |
Timespec |
getCtime() |
Long |
getGid() |
Long |
getIno() |
String |
getKind() |
Timespec |
getMtime() |
Long |
getNlink() |
Integer |
getPerm() |
Long |
getRdev() |
Long |
getSize() |
Long |
getUid() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAtime(Timespec atime) |
void |
setBlocks(Long blocks) |
void |
setCtime(Timespec ctime) |
void |
setGid(Long gid) |
void |
setIno(Long ino) |
void |
setKind(String kind) |
void |
setMtime(Timespec mtime) |
void |
setNlink(Long nlink) |
void |
setPerm(Integer perm) |
void |
setRdev(Long rdev) |
void |
setSize(Long size) |
void |
setUid(Long uid) |
public AttrOverrideSpec()
public Timespec getAtime()
public void setAtime(Timespec atime)
public Long getBlocks()
public void setBlocks(Long blocks)
public Timespec getCtime()
public void setCtime(Timespec ctime)
public Long getGid()
public void setGid(Long gid)
public Long getIno()
public void setIno(Long ino)
public String getKind()
public void setKind(String kind)
public Timespec getMtime()
public void setMtime(Timespec mtime)
public Long getNlink()
public void setNlink(Long nlink)
public Integer getPerm()
public void setPerm(Integer perm)
public Long getRdev()
public void setRdev(Long rdev)
public Long getSize()
public void setSize(Long size)
public Long getUid()
public void setUid(Long uid)
Copyright © 2015–2021 Red Hat. All rights reserved.