@Generated(value="org.jsonschema2pojo") 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)
atime - The atimepublic Long getBlocks()
public void setBlocks(Long blocks)
blocks - The blockspublic Timespec getCtime()
public void setCtime(Timespec ctime)
ctime - The ctimepublic Long getGid()
public void setGid(Long gid)
gid - The gidpublic Long getIno()
public void setIno(Long ino)
ino - The inopublic String getKind()
public void setKind(String kind)
kind - The kindpublic Timespec getMtime()
public void setMtime(Timespec mtime)
mtime - The mtimepublic Long getNlink()
public void setNlink(Long nlink)
nlink - The nlinkpublic Integer getPerm()
public void setPerm(Integer perm)
perm - The permpublic Long getRdev()
public void setRdev(Long rdev)
rdev - The rdevpublic Long getSize()
public void setSize(Long size)
size - The sizepublic Long getUid()
public void setUid(Long uid)
uid - The uidCopyright © 2015–2020 Red Hat. All rights reserved.